COLOR #04AE15

HEX: #04AE15
RGB: (4,174,21)

Renk bilgisi

#04AE15 contains mainly green color. #04AE15 ‘ nin web güvenlik rengi #009900 (ya da #090) dir.

RGB renk modeli

#04AE15 color RGB value is (4,174,21).

  • kırmız ton 4;
  • yeşil ton 174;
  • mavi ton 21.
RGB:
(4,174,21)
(2%,68%,8%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 174 of 255 = 68%
B 21 of 255 = 8%

4
174
21

R + G + B ~ 26%. #04AE15 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 174 + 21 = 199 (100%)
R 4 of 199 ~ 2.01%
G 174 of 199 ~ 87.44%
B 21 of 199 ~ 10.55%

%87.44
%10.55

CMYK RENK MODELİ

#04AE15 rengi CMYK tonu (98,0,88,32).

  • camgöbeği tonu 97.70%
  • eflatun tonu 0.00%
  • sarı tonu 87.93%
  • ana renk tonu 31.76%
CMYK:
(98,0,88,32)
C98M0Y88K32 
(98%,0%,88%,32%)
(0.98/0.00/0.88/0.32)	

CMYK yüzdeleri

%97.7
%0
%87.93
%31.76

Codes

Color #04AE15 in popluar color models

04AE15
RGB417421
HSL126°95.51%34.90%
HSB/HSV126°97.70%68.24%
CMYK97.70%0.00%87.93%
31.76%

Color #04AE15 in popluar number systems.

HEX04AE15
Decimal417421
Binary1001010111010101
Octal425625

Shades and tints

Shades of #04AE15

#04AE15
(4,174,21)
#049F14
(4,159,20)
#049013
(4,144,19)
#048112
(4,129,18)
#047211
(4,114,17)
#046310
(4,99,16)
#04540F
(4,84,15)
#04450E
(4,69,14)
#04360D
(4,54,13)
#04270C
(4,39,12)
#04180B
(4,24,11)
#000000
(0,0,0)

Tints of #04AE15

#04AE15
(4,174,21)
#1AB52A
(26,181,42)
#30BC3F
(48,188,63)
#46C354
(70,195,84)
#5CCA69
(92,202,105)
#72D17E
(114,209,126)
#88D893
(136,216,147)
#9EDFA8
(158,223,168)
#B4E6BD
(180,230,189)
#CAEDD2
(202,237,210)
#E0F4E7
(224,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04AE15 color. Also use rgb(4,174,21) instead hex code.

Text Font Color

.myTextColor { color: #04AE15; }

<p style="color:#04AE15">This sample text font color is #04AE15.</p>

This text font color is #04AE15.


Background Color

.myBgColor { background-color: #04AE15; }

<div style="background-color:#04AE15">Inner text</div>

This div background color is #04AE15.


Border color

.myBorderColor { border: 1px solid #04AE15; }

<div style="border:3px solid #04AE15">Div</div>

This div border color is #04AE15.


Opacity

.myOpacity80 { color: #04AE15; opacity: 0.8; }

<p style="color:#04AE15;opacity:0.8;">80%</p>

Text with #04AE15 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #04AE15;}

<p style="text-shadow: 3px 3px 1px #04AE15">Text here.</p>

This text has shadow with #04AE15 color.

.textShadow {text-shadow: 3px 3px 1px #04AE15, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #04AE15, 5px 5px 20px red">Text here.</p>

This text has shadow with #04AE15 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#04AE15, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#04AE15, Direction=45, Strength=4)">Text</p>

This text has shadow with #04AE15 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #04AE15;
  -webkit-box-shadow:	1px 1px 3px 2px #04AE15;
  box-shadow:		1px 1px 3px 2px #04AE15;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #04AE15;
-webkit-box-shadow: 1px 1px 3px 2px #04AE15;
box-shadow:1px 1px 3px 2px #04AE15;">
Div content here</div>
This div box has shadow with color #04AE15.

Preview

Color preview on black background

This text has color #04AE15 on black background.


Color preview on white background

This text has color #04AE15 on white background.



Black color preview on #04AE15 background

This text has black color on #04AE15 background.


White color preview on #04AE15 background

This text has white color on #04AE15 background.