Html Css Color HEX #02AA11 Islamic Green

📋 copy color: '#02AA11'

red 2 ◦ green 170 ◦ blue 17

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

Shades of Islamic Green #02AA11

Tints of Islamic Green #02AA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.99%

R = 1.06%
G = 89.95%
B = 8.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#02AA11 (or 0x02AA11) is known color: Islamic Green. HEX triplet: 02, AA and 11. RGB value is (2,170,17). Sum of RGB (Red+Green+Blue) = 2+170+17=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 170 (66.80% from 255 or 89.95% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AA11 is #FD55EE. Grayscale: #666666. Windows color (decimal): -16602607 or 1157634. OLE color: 1157634.

HSL color Cylindrical-coordinate representation of color #02AA11: hue angle of 125.36º 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 #02AA11 is Cyan = 0.99, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 170 17 -
CMYK 0.99 0 0.9 0.33
HSL 125.36º 0.98% 0.34% -
HSV(B) 125.36º 0.99% 0.67% -
XYZ 14.5 28.8 5.33 -
YUV 102.33 79.84 56.44 -
System Red Green Blue C M Y K H S L
Decimal 2 170 17 0.99 0 0.9 0.33 125.36 0.98 0.34
Hex 2 AA 11 63 0 5A 21 7D 62 22
Octal 2 252 21 143 0 132 41 175 142 42
Binary 10 10101010 10001 1100011 0 1011010 100001 1111101 1100010 100010

Color Harmonies of #02AA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA11

Black with #02AA11

Text Example


Text Example

White with #02AA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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