Html Css Color HEX #02AA0F Islamic Green

📋 copy color: '#02AA0F'

red 2 ◦ green 170 ◦ blue 15

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

Shades of Islamic Green #02AA0F

Tints of Islamic Green #02AA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.02%

R = 1.07%
G = 90.91%
B = 8.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#02AA0F (or 0x02AA0F) is known color: Islamic Green. HEX triplet: 02, AA and 0F. RGB value is (2,170,15). Sum of RGB (Red+Green+Blue) = 2+170+15=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 170 (66.80% from 255 or 90.91% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AA0F is #FD55F0. Grayscale: #666666. Windows color (decimal): -16602609 or 1026562. OLE color: 1026562.

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

Color convert

RGB 2 170 15 -
CMYK 0.99 0 0.91 0.33
HSL 124.64º 0.98% 0.34% -
HSV(B) 124.64º 0.99% 0.67% -
XYZ 14.49 28.8 5.25 -
YUV 102.1 78.84 56.6 -
System Red Green Blue C M Y K H S L
Decimal 2 170 15 0.99 0 0.91 0.33 124.64 0.98 0.34
Hex 2 AA F 63 0 5B 21 7D 62 22
Octal 2 252 17 143 0 133 41 175 142 42
Binary 10 10101010 1111 1100011 0 1011011 100001 1111101 1100010 100010

Color Harmonies of #02AA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA0F

Black with #02AA0F

Text Example


Text Example

White with #02AA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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