Html Css Color HEX #0FAA11 Islamic Green

📋 copy color: '#0FAA11'

red 15 ◦ green 170 ◦ blue 17

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

Shades of Islamic Green #0FAA11

Tints of Islamic Green #0FAA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.42%

R = 7.43%
G = 84.16%
B = 8.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#0FAA11 (or 0x0FAA11) is known color: Islamic Green. HEX triplet: 0F, AA and 11. RGB value is (15,170,17). Sum of RGB (Red+Green+Blue) = 15+170+17=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 170 (66.80% from 255 or 84.16% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAA11 is #F055EE. Grayscale: #6A6A6A. Windows color (decimal): -15750639 or 1157647. OLE color: 1157647.

HSL color Cylindrical-coordinate representation of color #0FAA11: hue angle of 120.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA11 is Cyan = 0.91, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 170 17 -
CMYK 0.91 0 0.9 0.33
HSL 120.77º 0.84% 0.36% -
HSV(B) 120.77º 0.91% 0.67% -
XYZ 14.67 28.89 5.33 -
YUV 106.21 77.65 62.94 -
System Red Green Blue C M Y K H S L
Decimal 15 170 17 0.91 0 0.9 0.33 120.77 0.84 0.36
Hex F AA 11 5B 0 5A 21 79 54 24
Octal 17 252 21 133 0 132 41 171 124 44
Binary 1111 10101010 10001 1011011 0 1011010 100001 1111001 1010100 100100

Color Harmonies of #0FAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA11

Black with #0FAA11

Text Example


Text Example

White with #0FAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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