Html Css Color HEX #0E9511 Islamic Green

📋 copy color: '#0E9511'

red 14 ◦ green 149 ◦ blue 17

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

Shades of Islamic Green #0E9511

Tints of Islamic Green #0E9511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 82.78%

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

R = 7.78%
G = 82.78%
B = 9.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#0E9511 (or 0x0E9511) is known color: Islamic Green. HEX triplet: 0E, 95 and 11. RGB value is (14,149,17). Sum of RGB (Red+Green+Blue) = 14+149+17=180 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.78% from 180); Green value is 149 (58.59% from 255 or 82.78% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9511 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9511 is #F16AEE. Grayscale: #5D5D5D. Windows color (decimal): -15821551 or 1152270. OLE color: 1152270.

HSL color Cylindrical-coordinate representation of color #0E9511: hue angle of 121.33º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9511 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 149 17 -
CMYK 0.91 0 0.89 0.42
HSL 121.33º 0.83% 0.32% -
HSV(B) 121.33º 0.91% 0.58% -
XYZ 11.03 21.63 4.12 -
YUV 93.59 84.77 71.23 -
System Red Green Blue C M Y K H S L
Decimal 14 149 17 0.91 0 0.89 0.42 121.33 0.83 0.32
Hex E 95 11 5B 0 59 2A 79 53 20
Octal 16 225 21 133 0 131 52 171 123 40
Binary 1110 10010101 10001 1011011 0 1011001 101010 1111001 1010011 100000

Color Harmonies of #0E9511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9511

Black with #0E9511

Text Example


Text Example

White with #0E9511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,149,17); }

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

background-color css

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

 a { background-color: rgb(14,149,17); }

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

border-color css

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

 span { border-color: rgb(14,149,17); }

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