Html Css Color HEX #0E9311 Islamic Green

📋 copy color: '#0E9311'

red 14 ◦ green 147 ◦ blue 17

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

Shades of Islamic Green #0E9311

Tints of Islamic Green #0E9311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 82.58%

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

R = 7.87%
G = 82.58%
B = 9.55%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#0E9311 (or 0x0E9311) is known color: Islamic Green. HEX triplet: 0E, 93 and 11. RGB value is (14,147,17). Sum of RGB (Red+Green+Blue) = 14+147+17=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 147 (57.81% from 255 or 82.58% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9311 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E9311 is #F16CEE. Grayscale: #5C5C5C. Windows color (decimal): -15822063 or 1151758. OLE color: 1151758.

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

Color convert

RGB 14 147 17 -
CMYK 0.90 0 0.88 0.42
HSL 121.35º 0.83% 0.32% -
HSV(B) 121.35º 0.9% 0.58% -
XYZ 10.72 21 4.02 -
YUV 92.41 85.44 72.07 -
System Red Green Blue C M Y K H S L
Decimal 14 147 17 0.90 0 0.88 0.42 121.35 0.83 0.32
Hex E 93 11 5A 0 58 2A 79 53 20
Octal 16 223 21 132 0 130 52 171 123 40
Binary 1110 10010011 10001 1011010 0 1011000 101010 1111001 1010011 100000

Color Harmonies of #0E9311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9311

Black with #0E9311

Text Example


Text Example

White with #0E9311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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