Html Css Color HEX #0E9268 Elf Green

📋 copy color: '#0E9268'

red 14 ◦ green 146 ◦ blue 104

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

Shades of Elf Green #0E9268

Tints of Elf Green #0E9268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.39%

R = 5.3%
G = 55.3%
B = 39.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#0E9268 (or 0x0E9268) is known color: Elf Green. HEX triplet: 0E, 92 and 68. RGB value is (14,146,104). Sum of RGB (Red+Green+Blue) = 14+146+104=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9268 is #F16D97. Grayscale: #656565. Windows color (decimal): -15822232 or 6853134. OLE color: 6853134.

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

Color convert

RGB 14 146 104 -
CMYK 0.90 0 0.29 0.43
HSL 160.91º 0.83% 0.31% -
HSV(B) 160.91º 0.9% 0.57% -
XYZ 12.96 21.65 16.59 -
YUV 101.74 129.27 65.42 -
System Red Green Blue C M Y K H S L
Decimal 14 146 104 0.90 0 0.29 0.43 160.91 0.83 0.31
Hex E 92 68 5A 0 1D 2B A1 52 1F
Octal 16 222 150 132 0 35 53 241 122 37
Binary 1110 10010010 1101000 1011010 0 11101 101011 10100001 1010010 11111

Color Harmonies of #0E9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9268

Black with #0E9268

Text Example


Text Example

White with #0E9268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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