Html Css Color HEX #0FAB02 Islamic Green

📋 copy color: '#0FAB02'

red 15 ◦ green 171 ◦ blue 2

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

Shades of Islamic Green #0FAB02

Tints of Islamic Green #0FAB02

RGB

 RED value IS 15 (6.25% from 255) = 7.98%

 GREEN value IS 171 (67.19% from 255) = 90.96%

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

R = 7.98%
G = 90.96%
B = 1.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#0FAB02 (or 0x0FAB02) is known color: Islamic Green. HEX triplet: 0F, AB and 02. RGB value is (15,171,2). Sum of RGB (Red+Green+Blue) = 15+171+2=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 171 (67.19% from 255 or 90.96% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAB02 is #F054FD. Grayscale: #696969. Windows color (decimal): -15750398 or 174863. OLE color: 174863.

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

Color convert

RGB 15 171 2 -
CMYK 0.91 0 0.99 0.33
HSL 115.38º 0.98% 0.34% -
HSV(B) 115.38º 0.99% 0.67% -
XYZ 14.77 29.23 4.92 -
YUV 105.09 69.82 63.74 -
System Red Green Blue C M Y K H S L
Decimal 15 171 2 0.91 0 0.99 0.33 115.38 0.98 0.34
Hex F AB 2 5B 0 63 21 73 62 22
Octal 17 253 2 133 0 143 41 163 142 42
Binary 1111 10101011 10 1011011 0 1100011 100001 1110011 1100010 100010

Color Harmonies of #0FAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAB02

Black with #0FAB02

Text Example


Text Example

White with #0FAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FAB02; }

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

 H1.HeaderClassName
 {
   color: #0FAB02;
 }
 .AnyTagClassName
 {
   color: #0FAB02;
 }
</style>

background-color css

<style>
 a { background-color: #0FAB02; }

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

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

border-color css

<style>
 span { border-color: #0FAB02; }

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

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