Html Css Color HEX #0E916D Elf Green

📋 copy color: '#0E916D'

red 14 ◦ green 145 ◦ blue 109

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

Shades of Elf Green #0E916D

Tints of Elf Green #0E916D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 5.22%
G = 54.1%
B = 40.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#0E916D (or 0x0E916D) is known color: Elf Green. HEX triplet: 0E, 91 and 6D. RGB value is (14,145,109). Sum of RGB (Red+Green+Blue) = 14+145+109=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #0E916D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E916D is #F16E92. Grayscale: #656565. Windows color (decimal): -15822483 or 7180558. OLE color: 7180558.

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

Color convert

RGB 14 145 109 -
CMYK 0.90 0 0.25 0.43
HSL 163.51º 0.82% 0.31% -
HSV(B) 163.51º 0.9% 0.57% -
XYZ 13.07 21.45 17.92 -
YUV 101.73 132.1 65.43 -
System Red Green Blue C M Y K H S L
Decimal 14 145 109 0.90 0 0.25 0.43 163.51 0.82 0.31
Hex E 91 6D 5A 0 19 2B A4 52 1F
Octal 16 221 155 132 0 31 53 244 122 37
Binary 1110 10010001 1101101 1011010 0 11001 101011 10100100 1010010 11111

Color Harmonies of #0E916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E916D

Black with #0E916D

Text Example


Text Example

White with #0E916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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