Html Css Color HEX #0FAB01 Islamic Green

📋 copy color: '#0FAB01'

red 15 ◦ green 171 ◦ blue 1

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

Shades of Islamic Green #0FAB01

Tints of Islamic Green #0FAB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 8.02%
G = 91.44%
B = 0.53%

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

#0FAB01 (or 0x0FAB01) is known color: Islamic Green. HEX triplet: 0F, AB and 01. RGB value is (15,171,1). Sum of RGB (Red+Green+Blue) = 15+171+1=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 171 (67.19% from 255 or 91.44% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAB01 is #F054FE. Grayscale: #696969. Windows color (decimal): -15750399 or 109327. OLE color: 109327.

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

Color convert

RGB 15 171 1 -
CMYK 0.91 0 0.99 0.33
HSL 115.06º 0.99% 0.34% -
HSV(B) 115.06º 0.99% 0.67% -
XYZ 14.77 29.23 4.89 -
YUV 104.98 69.32 63.82 -
System Red Green Blue C M Y K H S L
Decimal 15 171 1 0.91 0 0.99 0.33 115.06 0.99 0.34
Hex F AB 1 5B 0 63 21 73 63 22
Octal 17 253 1 133 0 143 41 163 143 42
Binary 1111 10101011 1 1011011 0 1100011 100001 1110011 1100011 100010

Color Harmonies of #0FAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAB01

Black with #0FAB01

Text Example


Text Example

White with #0FAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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