Html Css Color HEX #02AA04 Islamic Green

📋 copy color: '#02AA04'

red 2 ◦ green 170 ◦ blue 4

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

Shades of Islamic Green #02AA04

Tints of Islamic Green #02AA04

RGB

 RED value IS 2 (1.17% from 255) = 1.14%

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

 BLUE value IS 4 (1.95% from 255) = 2.27%

R = 1.14%
G = 96.59%
B = 2.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#02AA04 (or 0x02AA04) is known color: Islamic Green. HEX triplet: 02, AA and 04. RGB value is (2,170,4). Sum of RGB (Red+Green+Blue) = 2+170+4=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 170 (66.80% from 255 or 96.59% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AA04 is #FD55FB. Grayscale: #656565. Windows color (decimal): -16602620 or 305666. OLE color: 305666.

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

Color convert

RGB 2 170 4 -
CMYK 0.99 0 0.98 0.33
HSL 120.71º 0.98% 0.34% -
HSV(B) 120.71º 0.99% 0.67% -
XYZ 14.42 28.77 4.91 -
YUV 100.84 73.34 57.5 -
System Red Green Blue C M Y K H S L
Decimal 2 170 4 0.99 0 0.98 0.33 120.71 0.98 0.34
Hex 2 AA 4 63 0 62 21 79 62 22
Octal 2 252 4 143 0 142 41 171 142 42
Binary 10 10101010 100 1100011 0 1100010 100001 1111001 1100010 100010

Color Harmonies of #02AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA04

Black with #02AA04

Text Example


Text Example

White with #02AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02AA04; }

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

 H1.HeaderClassName
 {
   color: #02AA04;
 }
 .AnyTagClassName
 {
   color: #02AA04;
 }
</style>

background-color css

<style>
 a { background-color: #02AA04; }

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

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

border-color css

<style>
 span { border-color: #02AA04; }

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

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