Html Css Color HEX #0F960B Islamic Green

📋 copy color: '#0F960B'

red 15 ◦ green 150 ◦ blue 11

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

Shades of Islamic Green #0F960B

Tints of Islamic Green #0F960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.25%

R = 8.52%
G = 85.23%
B = 6.25%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#0F960B (or 0x0F960B) is known color: Islamic Green. HEX triplet: 0F, 96 and 0B. RGB value is (15,150,11). Sum of RGB (Red+Green+Blue) = 15+150+11=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 150 (58.98% from 255 or 85.23% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 150 - color contains mainly: green. Hex color #0F960B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F960B is #F069F4. Grayscale: #5E5E5E. Windows color (decimal): -15755765 or 759311. OLE color: 759311.

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

Color convert

RGB 15 150 11 -
CMYK 0.9 0 0.93 0.41
HSL 118.27º 0.86% 0.32% -
HSV(B) 118.27º 0.93% 0.59% -
XYZ 11.16 21.94 3.96 -
YUV 93.79 81.27 71.8 -
System Red Green Blue C M Y K H S L
Decimal 15 150 11 0.9 0 0.93 0.41 118.27 0.86 0.32
Hex F 96 B 5A 0 5D 29 76 56 20
Octal 17 226 13 132 0 135 51 166 126 40
Binary 1111 10010110 1011 1011010 0 1011101 101001 1110110 1010110 100000

Color Harmonies of #0F960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F960B

Black with #0F960B

Text Example


Text Example

White with #0F960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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