Html Css Color HEX #0E926D Elf Green

📋 copy color: '#0E926D'

red 14 ◦ green 146 ◦ blue 109

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

Shades of Elf Green #0E926D

Tints of Elf Green #0E926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.28%

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

R = 5.2%
G = 54.28%
B = 40.52%

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

#0E926D (or 0x0E926D) is known color: Elf Green. HEX triplet: 0E, 92 and 6D. RGB value is (14,146,109). Sum of RGB (Red+Green+Blue) = 14+146+109=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #0E926D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E926D is #F16D92. Grayscale: #666666. Windows color (decimal): -15822227 or 7180814. OLE color: 7180814.

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

Color convert

RGB 14 146 109 -
CMYK 0.90 0 0.25 0.43
HSL 163.18º 0.83% 0.31% -
HSV(B) 163.18º 0.9% 0.57% -
XYZ 13.22 21.76 17.97 -
YUV 102.31 131.77 65.01 -
System Red Green Blue C M Y K H S L
Decimal 14 146 109 0.90 0 0.25 0.43 163.18 0.83 0.31
Hex E 92 6D 5A 0 19 2B A3 52 1F
Octal 16 222 155 132 0 31 53 243 122 37
Binary 1110 10010010 1101101 1011010 0 11001 101011 10100011 1010010 11111

Color Harmonies of #0E926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E926D

Black with #0E926D

Text Example


Text Example

White with #0E926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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