Html Css Color HEX #0E960B Islamic Green

📋 copy color: '#0E960B'

red 14 ◦ green 150 ◦ blue 11

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

Shades of Islamic Green #0E960B

Tints of Islamic Green #0E960B

RGB

 RED value IS 14 (5.86% from 255) = 8%

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

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

R = 8%
G = 85.71%
B = 6.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#0E960B (or 0x0E960B) is known color: Islamic Green. HEX triplet: 0E, 96 and 0B. RGB value is (14,150,11). Sum of RGB (Red+Green+Blue) = 14+150+11=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 150 (58.98% from 255 or 85.71% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 150 - color contains mainly: green. Hex color #0E960B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E960B is #F169F4. Grayscale: #5D5D5D. Windows color (decimal): -15821301 or 759310. OLE color: 759310.

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

Color convert

RGB 14 150 11 -
CMYK 0.91 0 0.93 0.41
HSL 118.71º 0.86% 0.32% -
HSV(B) 118.71º 0.93% 0.59% -
XYZ 11.15 21.93 3.96 -
YUV 93.49 81.44 71.3 -
System Red Green Blue C M Y K H S L
Decimal 14 150 11 0.91 0 0.93 0.41 118.71 0.86 0.32
Hex E 96 B 5B 0 5D 29 77 56 20
Octal 16 226 13 133 0 135 51 167 126 40
Binary 1110 10010110 1011 1011011 0 1011101 101001 1110111 1010110 100000

Color Harmonies of #0E960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E960B

Black with #0E960B

Text Example


Text Example

White with #0E960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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