Html Css Color HEX #02AA18 Islamic Green

📋 copy color: '#02AA18'

red 2 ◦ green 170 ◦ blue 24

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

Shades of Islamic Green #02AA18

Tints of Islamic Green #02AA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 1.02%
G = 86.73%
B = 12.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#02AA18 (or 0x02AA18) is known color: Islamic Green. HEX triplet: 02, AA and 18. RGB value is (2,170,24). Sum of RGB (Red+Green+Blue) = 2+170+24=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 170 (66.80% from 255 or 86.73% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AA18 is #FD55E7. Grayscale: #676767. Windows color (decimal): -16602600 or 1616386. OLE color: 1616386.

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

Color convert

RGB 2 170 24 -
CMYK 0.99 0 0.86 0.33
HSL 127.86º 0.98% 0.34% -
HSV(B) 127.86º 0.99% 0.67% -
XYZ 14.56 28.83 5.66 -
YUV 103.12 83.34 55.87 -
System Red Green Blue C M Y K H S L
Decimal 2 170 24 0.99 0 0.86 0.33 127.86 0.98 0.34
Hex 2 AA 18 63 0 56 21 80 62 22
Octal 2 252 30 143 0 126 41 200 142 42
Binary 10 10101010 11000 1100011 0 1010110 100001 10000000 1100010 100010

Color Harmonies of #02AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA18

Black with #02AA18

Text Example


Text Example

White with #02AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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