Html Css Color HEX #0E9C11 Islamic Green

📋 copy color: '#0E9C11'

red 14 ◦ green 156 ◦ blue 17

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

Shades of Islamic Green #0E9C11

Tints of Islamic Green #0E9C11

RGB

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

 GREEN value IS 156 (61.33% from 255) = 83.42%

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

R = 7.49%
G = 83.42%
B = 9.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#0E9C11 (or 0x0E9C11) is known color: Islamic Green. HEX triplet: 0E, 9C and 11. RGB value is (14,156,17). Sum of RGB (Red+Green+Blue) = 14+156+17=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 156 (61.33% from 255 or 83.42% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9C11 is #F163EE. Grayscale: #626262. Windows color (decimal): -15819759 or 1154062. OLE color: 1154062.

HSL color Cylindrical-coordinate representation of color #0E9C11: hue angle of 121.27º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9C11 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 156 17 -
CMYK 0.91 0 0.89 0.39
HSL 121.27º 0.84% 0.33% -
HSV(B) 121.27º 0.91% 0.61% -
XYZ 12.17 23.91 4.5 -
YUV 97.7 82.46 68.3 -
System Red Green Blue C M Y K H S L
Decimal 14 156 17 0.91 0 0.89 0.39 121.27 0.84 0.33
Hex E 9C 11 5B 0 59 27 79 54 21
Octal 16 234 21 133 0 131 47 171 124 41
Binary 1110 10011100 10001 1011011 0 1011001 100111 1111001 1010100 100001

Color Harmonies of #0E9C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9C11

Black with #0E9C11

Text Example


Text Example

White with #0E9C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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