Html Css Color HEX #02AA13 Islamic Green

📋 copy color: '#02AA13'

red 2 ◦ green 170 ◦ blue 19

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

Shades of Islamic Green #02AA13

Tints of Islamic Green #02AA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.95%

R = 1.05%
G = 89.01%
B = 9.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#02AA13 (or 0x02AA13) is known color: Islamic Green. HEX triplet: 02, AA and 13. RGB value is (2,170,19). Sum of RGB (Red+Green+Blue) = 2+170+19=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 170 (66.80% from 255 or 89.01% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AA13 is #FD55EC. Grayscale: #666666. Windows color (decimal): -16602605 or 1288706. OLE color: 1288706.

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

Color convert

RGB 2 170 19 -
CMYK 0.99 0 0.89 0.33
HSL 126.07º 0.98% 0.34% -
HSV(B) 126.07º 0.99% 0.67% -
XYZ 14.52 28.81 5.41 -
YUV 102.55 80.84 56.28 -
System Red Green Blue C M Y K H S L
Decimal 2 170 19 0.99 0 0.89 0.33 126.07 0.98 0.34
Hex 2 AA 13 63 0 59 21 7E 62 22
Octal 2 252 23 143 0 131 41 176 142 42
Binary 10 10101010 10011 1100011 0 1011001 100001 1111110 1100010 100010

Color Harmonies of #02AA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA13

Black with #02AA13

Text Example


Text Example

White with #02AA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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