Html Css Color HEX #0E956A Elf Green

📋 copy color: '#0E956A'

red 14 ◦ green 149 ◦ blue 106

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

Shades of Elf Green #0E956A

Tints of Elf Green #0E956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.39%

 BLUE value IS 106 (41.8% from 255) = 39.41%

R = 5.2%
G = 55.39%
B = 39.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#0E956A (or 0x0E956A) is known color: Elf Green. HEX triplet: 0E, 95 and 6A. RGB value is (14,149,106). Sum of RGB (Red+Green+Blue) = 14+149+106=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #0E956A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E956A is #F16A95. Grayscale: #676767. Windows color (decimal): -15821462 or 6984974. OLE color: 6984974.

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

Color convert

RGB 14 149 106 -
CMYK 0.91 0 0.29 0.42
HSL 160.89º 0.83% 0.32% -
HSV(B) 160.89º 0.91% 0.58% -
XYZ 13.53 22.63 17.29 -
YUV 103.73 129.27 64 -
System Red Green Blue C M Y K H S L
Decimal 14 149 106 0.91 0 0.29 0.42 160.89 0.83 0.32
Hex E 95 6A 5B 0 1D 2A A1 53 20
Octal 16 225 152 133 0 35 52 241 123 40
Binary 1110 10010101 1101010 1011011 0 11101 101010 10100001 1010011 100000

Color Harmonies of #0E956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E956A

Black with #0E956A

Text Example


Text Example

White with #0E956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,149,106); }

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

background-color css

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

 a { background-color: rgb(14,149,106); }

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

border-color css

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

 span { border-color: rgb(14,149,106); }

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