Html Css Color HEX #0E9168 Elf Green

📋 copy color: '#0E9168'

red 14 ◦ green 145 ◦ blue 104

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

Shades of Elf Green #0E9168

Tints of Elf Green #0E9168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.13%

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 5.32%
G = 55.13%
B = 39.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#0E9168 (or 0x0E9168) is known color: Elf Green. HEX triplet: 0E, 91 and 68. RGB value is (14,145,104). Sum of RGB (Red+Green+Blue) = 14+145+104=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9168 is #F16E97. Grayscale: #656565. Windows color (decimal): -15822488 or 6852878. OLE color: 6852878.

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

Color convert

RGB 14 145 104 -
CMYK 0.90 0 0.28 0.43
HSL 161.22º 0.82% 0.31% -
HSV(B) 161.22º 0.9% 0.57% -
XYZ 12.81 21.34 16.54 -
YUV 101.16 129.6 65.83 -
System Red Green Blue C M Y K H S L
Decimal 14 145 104 0.90 0 0.28 0.43 161.22 0.82 0.31
Hex E 91 68 5A 0 1C 2B A1 52 1F
Octal 16 221 150 132 0 34 53 241 122 37
Binary 1110 10010001 1101000 1011010 0 11100 101011 10100001 1010010 11111

Color Harmonies of #0E9168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9168

Black with #0E9168

Text Example


Text Example

White with #0E9168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,145,104); }

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

background-color css

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

 a { background-color: rgb(14,145,104); }

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

border-color css

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

 span { border-color: rgb(14,145,104); }

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