Html Css Color HEX #0FAA01 Islamic Green

📋 copy color: '#0FAA01'

red 15 ◦ green 170 ◦ blue 1

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

Shades of Islamic Green #0FAA01

Tints of Islamic Green #0FAA01

RGB

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

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

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

R = 8.06%
G = 91.4%
B = 0.54%

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

#0FAA01 (or 0x0FAA01) is known color: Islamic Green. HEX triplet: 0F, AA and 01. RGB value is (15,170,1). Sum of RGB (Red+Green+Blue) = 15+170+1=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 170 (66.80% from 255 or 91.40% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAA01 is #F055FE. Grayscale: #686868. Windows color (decimal): -15750655 or 109071. OLE color: 109071.

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

Color convert

RGB 15 170 1 -
CMYK 0.91 0 0.99 0.33
HSL 115.03º 0.99% 0.34% -
HSV(B) 115.03º 0.99% 0.67% -
XYZ 14.58 28.85 4.83 -
YUV 104.39 69.65 64.24 -
System Red Green Blue C M Y K H S L
Decimal 15 170 1 0.91 0 0.99 0.33 115.03 0.99 0.34
Hex F AA 1 5B 0 63 21 73 63 22
Octal 17 252 1 133 0 143 41 163 143 42
Binary 1111 10101010 1 1011011 0 1100011 100001 1110011 1100011 100010

Color Harmonies of #0FAA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA01

Black with #0FAA01

Text Example


Text Example

White with #0FAA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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