Html Css Color HEX #0E8D67 Elf Green

📋 copy color: '#0E8D67'

red 14 ◦ green 141 ◦ blue 103

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

Shades of Elf Green #0E8D67

Tints of Elf Green #0E8D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 39.92%

R = 5.43%
G = 54.65%
B = 39.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#0E8D67 (or 0x0E8D67) is known color: Elf Green. HEX triplet: 0E, 8D and 67. RGB value is (14,141,103). Sum of RGB (Red+Green+Blue) = 14+141+103=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 141 (55.47% from 255 or 54.65% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8D67 is #F17298. Grayscale: #626262. Windows color (decimal): -15823513 or 6786318. OLE color: 6786318.

HSL color Cylindrical-coordinate representation of color #0E8D67: hue angle of 162.05º 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 #0E8D67 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 141 103 -
CMYK 0.90 0 0.27 0.45
HSL 162.05º 0.82% 0.3% -
HSV(B) 162.05º 0.9% 0.55% -
XYZ 12.15 20.12 16.08 -
YUV 98.7 130.42 67.59 -
System Red Green Blue C M Y K H S L
Decimal 14 141 103 0.90 0 0.27 0.45 162.05 0.82 0.3
Hex E 8D 67 5A 0 1B 2D A2 52 1E
Octal 16 215 147 132 0 33 55 242 122 36
Binary 1110 10001101 1100111 1011010 0 11011 101101 10100010 1010010 11110

Color Harmonies of #0E8D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8D67

Black with #0E8D67

Text Example


Text Example

White with #0E8D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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