Html Css Color HEX #02AF08 Islamic Green

📋 copy color: '#02AF08'

red 2 ◦ green 175 ◦ blue 8

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

Shades of Islamic Green #02AF08

Tints of Islamic Green #02AF08

RGB

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

 GREEN value IS 175 (68.75% from 255) = 94.59%

 BLUE value IS 8 (3.52% from 255) = 4.32%

R = 1.08%
G = 94.59%
B = 4.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#02AF08 (or 0x02AF08) is known color: Islamic Green. HEX triplet: 02, AF and 08. RGB value is (2,175,8). Sum of RGB (Red+Green+Blue) = 2+175+8=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 175 (68.75% from 255 or 94.59% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AF08 is #FD50F7. Grayscale: #686868. Windows color (decimal): -16601336 or 569090. OLE color: 569090.

HSL color Cylindrical-coordinate representation of color #02AF08: hue angle of 122.08º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AF08 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 175 8 -
CMYK 0.99 0 0.95 0.31
HSL 122.08º 0.98% 0.35% -
HSV(B) 122.08º 0.99% 0.69% -
XYZ 15.4 30.69 5.34 -
YUV 104.24 73.69 55.08 -
System Red Green Blue C M Y K H S L
Decimal 2 175 8 0.99 0 0.95 0.31 122.08 0.98 0.35
Hex 2 AF 8 63 0 5F 1F 7A 62 23
Octal 2 257 10 143 0 137 37 172 142 43
Binary 10 10101111 1000 1100011 0 1011111 11111 1111010 1100010 100011

Color Harmonies of #02AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AF08

Black with #02AF08

Text Example


Text Example

White with #02AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,175,8); }

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

background-color css

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

 a { background-color: rgb(2,175,8); }

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

border-color css

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

 span { border-color: rgb(2,175,8); }

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