Html Css Color HEX #0F9011 Islamic Green

📋 copy color: '#0F9011'

red 15 ◦ green 144 ◦ blue 17

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

Shades of Islamic Green #0F9011

Tints of Islamic Green #0F9011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 81.82%

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

R = 8.52%
G = 81.82%
B = 9.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#0F9011 (or 0x0F9011) is known color: Islamic Green. HEX triplet: 0F, 90 and 11. RGB value is (15,144,17). Sum of RGB (Red+Green+Blue) = 15+144+17=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 144 (56.64% from 255 or 81.82% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 144 - color contains mainly: green. Hex color #0F9011 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9011 is #F06FEE. Grayscale: #5B5B5B. Windows color (decimal): -15757295 or 1150991. OLE color: 1150991.

HSL color Cylindrical-coordinate representation of color #0F9011: hue angle of 120.93º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9011 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 144 17 -
CMYK 0.90 0 0.88 0.44
HSL 120.93º 0.81% 0.31% -
HSV(B) 120.93º 0.9% 0.56% -
XYZ 10.27 20.09 3.87 -
YUV 90.95 86.26 73.83 -
System Red Green Blue C M Y K H S L
Decimal 15 144 17 0.90 0 0.88 0.44 120.93 0.81 0.31
Hex F 90 11 5A 0 58 2C 79 51 1F
Octal 17 220 21 132 0 130 54 171 121 37
Binary 1111 10010000 10001 1011010 0 1011000 101100 1111001 1010001 11111

Color Harmonies of #0F9011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9011

Black with #0F9011

Text Example


Text Example

White with #0F9011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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