Html Css Color HEX #0E8E10 Islamic Green

📋 copy color: '#0E8E10'

red 14 ◦ green 142 ◦ blue 16

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

Shades of Islamic Green #0E8E10

Tints of Islamic Green #0E8E10

RGB

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

 GREEN value IS 142 (55.86% from 255) = 82.56%

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 8.14%
G = 82.56%
B = 9.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#0E8E10 (or 0x0E8E10) is known color: Islamic Green. HEX triplet: 0E, 8E and 10. RGB value is (14,142,16). Sum of RGB (Red+Green+Blue) = 14+142+16=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 142 (55.86% from 255 or 82.56% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 142 - color contains mainly: green. Hex color #0E8E10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E8E10 is #F171EF. Grayscale: #595959. Windows color (decimal): -15823344 or 1084942. OLE color: 1084942.

HSL color Cylindrical-coordinate representation of color #0E8E10: hue angle of 120.94º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8E10 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 14 142 16 -
CMYK 0.90 0 0.89 0.44
HSL 120.94º 0.82% 0.31% -
HSV(B) 120.94º 0.9% 0.56% -
XYZ 9.95 19.48 3.73 -
YUV 89.36 86.59 74.25 -
System Red Green Blue C M Y K H S L
Decimal 14 142 16 0.90 0 0.89 0.44 120.94 0.82 0.31
Hex E 8E 10 5A 0 59 2C 79 52 1F
Octal 16 216 20 132 0 131 54 171 122 37
Binary 1110 10001110 10000 1011010 0 1011001 101100 1111001 1010010 11111

Color Harmonies of #0E8E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8E10

Black with #0E8E10

Text Example


Text Example

White with #0E8E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,142,16); }

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

background-color css

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

 a { background-color: rgb(14,142,16); }

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

border-color css

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

 span { border-color: rgb(14,142,16); }

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