Html Css Color HEX #0E9669 Elf Green

📋 copy color: '#0E9669'

red 14 ◦ green 150 ◦ blue 105

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

Shades of Elf Green #0E9669

Tints of Elf Green #0E9669

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.76%

 BLUE value IS 105 (41.41% from 255) = 39.03%

R = 5.2%
G = 55.76%
B = 39.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#0E9669 (or 0x0E9669) is known color: Elf Green. HEX triplet: 0E, 96 and 69. RGB value is (14,150,105). Sum of RGB (Red+Green+Blue) = 14+150+105=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #0E9669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9669 is #F16996. Grayscale: #686868. Windows color (decimal): -15821207 or 6919694. OLE color: 6919694.

HSL color Cylindrical-coordinate representation of color #0E9669: hue angle of 160.15º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9669 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 14 150 105 -
CMYK 0.91 0 0.30 0.41
HSL 160.15º 0.83% 0.32% -
HSV(B) 160.15º 0.91% 0.59% -
XYZ 13.64 22.93 17.07 -
YUV 104.21 128.44 63.66 -
System Red Green Blue C M Y K H S L
Decimal 14 150 105 0.91 0 0.30 0.41 160.15 0.83 0.32
Hex E 96 69 5B 0 1E 29 A0 53 20
Octal 16 226 151 133 0 36 51 240 123 40
Binary 1110 10010110 1101001 1011011 0 11110 101001 10100000 1010011 100000

Color Harmonies of #0E9669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9669

Black with #0E9669

Text Example


Text Example

White with #0E9669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,150,105); }

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

background-color css

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

 a { background-color: rgb(14,150,105); }

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

border-color css

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

 span { border-color: rgb(14,150,105); }

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