Html Css Color HEX #0E8D6C Elf Green

📋 copy color: '#0E8D6C'

red 14 ◦ green 141 ◦ blue 108

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

Shades of Elf Green #0E8D6C

Tints of Elf Green #0E8D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.61%

 BLUE value IS 108 (42.58% from 255) = 41.06%

R = 5.32%
G = 53.61%
B = 41.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#0E8D6C (or 0x0E8D6C) is known color: Elf Green. HEX triplet: 0E, 8D and 6C. RGB value is (14,141,108). Sum of RGB (Red+Green+Blue) = 14+141+108=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8D6C is #F17293. Grayscale: #636363. Windows color (decimal): -15823508 or 7113998. OLE color: 7113998.

HSL color Cylindrical-coordinate representation of color #0E8D6C: hue angle of 164.41º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8D6C is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 141 108 -
CMYK 0.90 0 0.23 0.45
HSL 164.41º 0.82% 0.3% -
HSV(B) 164.41º 0.9% 0.55% -
XYZ 12.41 20.23 17.44 -
YUV 99.27 132.92 67.18 -
System Red Green Blue C M Y K H S L
Decimal 14 141 108 0.90 0 0.23 0.45 164.41 0.82 0.3
Hex E 8D 6C 5A 0 17 2D A4 52 1E
Octal 16 215 154 132 0 27 55 244 122 36
Binary 1110 10001101 1101100 1011010 0 10111 101101 10100100 1010010 11110

Color Harmonies of #0E8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8D6C

Black with #0E8D6C

Text Example


Text Example

White with #0E8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,141,108); }

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

background-color css

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

 a { background-color: rgb(14,141,108); }

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

border-color css

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

 span { border-color: rgb(14,141,108); }

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