Html Css Color HEX #0F960C Islamic Green

📋 copy color: '#0F960C'

red 15 ◦ green 150 ◦ blue 12

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

Shades of Islamic Green #0F960C

Tints of Islamic Green #0F960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 84.75%

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 8.47%
G = 84.75%
B = 6.78%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#0F960C (or 0x0F960C) is known color: Islamic Green. HEX triplet: 0F, 96 and 0C. RGB value is (15,150,12). Sum of RGB (Red+Green+Blue) = 15+150+12=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 150 (58.98% from 255 or 84.75% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 150 - color contains mainly: green. Hex color #0F960C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F960C is #F069F3. Grayscale: #5E5E5E. Windows color (decimal): -15755764 or 824847. OLE color: 824847.

HSL color Cylindrical-coordinate representation of color #0F960C: hue angle of 118.7º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F960C is Cyan = 0.9, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 150 12 -
CMYK 0.9 0 0.92 0.41
HSL 118.7º 0.85% 0.32% -
HSV(B) 118.7º 0.92% 0.59% -
XYZ 11.17 21.94 3.99 -
YUV 93.9 81.77 71.72 -
System Red Green Blue C M Y K H S L
Decimal 15 150 12 0.9 0 0.92 0.41 118.7 0.85 0.32
Hex F 96 C 5A 0 5C 29 77 55 20
Octal 17 226 14 132 0 134 51 167 125 40
Binary 1111 10010110 1100 1011010 0 1011100 101001 1110111 1010101 100000

Color Harmonies of #0F960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F960C

Black with #0F960C

Text Example


Text Example

White with #0F960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,150,12); }

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

background-color css

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

 a { background-color: rgb(15,150,12); }

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

border-color css

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

 span { border-color: rgb(15,150,12); }

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