Html Css Color HEX #0EA66E Jade

📋 copy color: '#0EA66E'

red 14 ◦ green 166 ◦ blue 110

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

Shades of Jade #0EA66E

Tints of Jade #0EA66E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 57.24%

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 4.83%
G = 57.24%
B = 37.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#0EA66E (or 0x0EA66E) is known color: Jade. HEX triplet: 0E, A6 and 6E. RGB value is (14,166,110). Sum of RGB (Red+Green+Blue) = 14+166+110=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 166 (65.23% from 255 or 57.24% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA66E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA66E is #F15991. Grayscale: #727272. Windows color (decimal): -15817106 or 7251470. OLE color: 7251470.

HSL color Cylindrical-coordinate representation of color #0EA66E: hue angle of 157.89º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA66E is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 166 110 -
CMYK 0.92 0 0.34 0.35
HSL 157.89º 0.84% 0.35% -
HSV(B) 157.89º 0.92% 0.65% -
XYZ 16.63 28.49 19.37 -
YUV 114.17 125.64 56.55 -
System Red Green Blue C M Y K H S L
Decimal 14 166 110 0.92 0 0.34 0.35 157.89 0.84 0.35
Hex E A6 6E 5C 0 22 23 9E 54 23
Octal 16 246 156 134 0 42 43 236 124 43
Binary 1110 10100110 1101110 1011100 0 100010 100011 10011110 1010100 100011

Color Harmonies of #0EA66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA66E

Black with #0EA66E

Text Example


Text Example

White with #0EA66E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,166,110); }

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

background-color css

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

 a { background-color: rgb(14,166,110); }

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

border-color css

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

 span { border-color: rgb(14,166,110); }

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