Html Css Color HEX #04AA26 Dark Pastel Green

📋 copy color: '#04AA26'

red 4 ◦ green 170 ◦ blue 38

#04AA26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #04AA26

Tints of Dark Pastel Green #04AA26

RGB

 RED value IS 4 (1.95% from 255) = 1.89%

 GREEN value IS 170 (66.8% from 255) = 80.19%

 BLUE value IS 38 (15.23% from 255) = 17.92%

R = 1.89%
G = 80.19%
B = 17.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04AA26 (or 0x04AA26) is known color: Dark Pastel Green. HEX triplet: 04, AA and 26. RGB value is (4,170,38). Sum of RGB (Red+Green+Blue) = 4+170+38=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 170 (66.80% from 255 or 80.19% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AA26 is #FB55D9. Grayscale: #696969. Windows color (decimal): -16471514 or 2533892. OLE color: 2533892.

HSL color Cylindrical-coordinate representation of color #04AA26: hue angle of 132.29º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AA26 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 170 38 -
CMYK 0.98 0 0.78 0.33
HSL 132.29º 0.95% 0.34% -
HSV(B) 132.29º 0.98% 0.67% -
XYZ 14.77 28.92 6.64 -
YUV 105.32 90 55.73 -
System Red Green Blue C M Y K H S L
Decimal 4 170 38 0.98 0 0.78 0.33 132.29 0.95 0.34
Hex 4 AA 26 62 0 4E 21 84 5F 22
Octal 4 252 46 142 0 116 41 204 137 42
Binary 100 10101010 100110 1100010 0 1001110 100001 10000100 1011111 100010

Color Harmonies of #04AA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AA26

Black with #04AA26

Text Example


Text Example

White with #04AA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04AA26; }

 p { color: rgb(4,170,38); }

 H1.HeaderClassName
 {
   color: #04AA26;
 }
 .AnyTagClassName
 {
   color: #04AA26;
 }
</style>

background-color css

<style>
 a { background-color: #04AA26; }

 a { background-color: rgb(4,170,38); }

 div.DivClassName
 {
   background-color: #04AA26;
 }
 .BgClassName
 {
   background-color: #04AA26;
 }
</style>

border-color css

<style>
 span { border-color: #04AA26; }

 span { border-color: rgb(4,170,38); }

 td.TdClassName
 {
   border-color: #04AA26;
 }
 .TagClassName
 {
   border-color: #04AA26;
 }
</style>