Html Css Color HEX #0E886F Elf Green

📋 copy color: '#0E886F'

red 14 ◦ green 136 ◦ blue 111

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

Shades of Elf Green #0E886F

Tints of Elf Green #0E886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.11%

 BLUE value IS 111 (43.75% from 255) = 42.53%

R = 5.36%
G = 52.11%
B = 42.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#0E886F (or 0x0E886F) is known color: Elf Green. HEX triplet: 0E, 88 and 6F. RGB value is (14,136,111). Sum of RGB (Red+Green+Blue) = 14+136+111=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #0E886F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E886F is #F17790. Grayscale: #606060. Windows color (decimal): -15824785 or 7309326. OLE color: 7309326.

HSL color Cylindrical-coordinate representation of color #0E886F: hue angle of 167.7º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E886F is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 136 111 -
CMYK 0.90 0 0.18 0.47
HSL 167.7º 0.81% 0.29% -
HSV(B) 167.7º 0.9% 0.53% -
XYZ 11.85 18.85 18.05 -
YUV 96.67 136.08 69.03 -
System Red Green Blue C M Y K H S L
Decimal 14 136 111 0.90 0 0.18 0.47 167.7 0.81 0.29
Hex E 88 6F 5A 0 12 2F A8 51 1D
Octal 16 210 157 132 0 22 57 250 121 35
Binary 1110 10001000 1101111 1011010 0 10010 101111 10101000 1010001 11101

Color Harmonies of #0E886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E886F

Black with #0E886F

Text Example


Text Example

White with #0E886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,136,111); }

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

background-color css

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

 a { background-color: rgb(14,136,111); }

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

border-color css

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

 span { border-color: rgb(14,136,111); }

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