Html Css Color HEX #0E916B Elf Green

📋 copy color: '#0E916B'

red 14 ◦ green 145 ◦ blue 107

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

Shades of Elf Green #0E916B

Tints of Elf Green #0E916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.23%

R = 5.26%
G = 54.51%
B = 40.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#0E916B (or 0x0E916B) is known color: Elf Green. HEX triplet: 0E, 91 and 6B. RGB value is (14,145,107). Sum of RGB (Red+Green+Blue) = 14+145+107=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #0E916B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E916B is #F16E94. Grayscale: #656565. Windows color (decimal): -15822485 or 7049486. OLE color: 7049486.

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

Color convert

RGB 14 145 107 -
CMYK 0.90 0 0.26 0.43
HSL 162.6º 0.82% 0.31% -
HSV(B) 162.6º 0.9% 0.57% -
XYZ 12.96 21.41 17.36 -
YUV 101.5 131.1 65.59 -
System Red Green Blue C M Y K H S L
Decimal 14 145 107 0.90 0 0.26 0.43 162.6 0.82 0.31
Hex E 91 6B 5A 0 1A 2B A3 52 1F
Octal 16 221 153 132 0 32 53 243 122 37
Binary 1110 10010001 1101011 1011010 0 11010 101011 10100011 1010010 11111

Color Harmonies of #0E916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E916B

Black with #0E916B

Text Example


Text Example

White with #0E916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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