Html Css Color HEX #02AF0B Islamic Green

📋 copy color: '#02AF0B'

red 2 ◦ green 175 ◦ blue 11

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

Shades of Islamic Green #02AF0B

Tints of Islamic Green #02AF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 1.06%
G = 93.09%
B = 5.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#02AF0B (or 0x02AF0B) is known color: Islamic Green. HEX triplet: 02, AF and 0B. RGB value is (2,175,11). Sum of RGB (Red+Green+Blue) = 2+175+11=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 175 (68.75% from 255 or 93.09% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AF0B is #FD50F4. Grayscale: #696969. Windows color (decimal): -16601333 or 765698. OLE color: 765698.

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

Color convert

RGB 2 175 11 -
CMYK 0.99 0 0.94 0.31
HSL 123.12º 0.98% 0.35% -
HSV(B) 123.12º 0.99% 0.69% -
XYZ 15.42 30.7 5.43 -
YUV 104.58 75.19 54.84 -
System Red Green Blue C M Y K H S L
Decimal 2 175 11 0.99 0 0.94 0.31 123.12 0.98 0.35
Hex 2 AF B 63 0 5E 1F 7B 62 23
Octal 2 257 13 143 0 136 37 173 142 43
Binary 10 10101111 1011 1100011 0 1011110 11111 1111011 1100010 100011

Color Harmonies of #02AF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AF0B

Black with #02AF0B

Text Example


Text Example

White with #02AF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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