Html Css Color HEX #0EA46E Jade

📋 copy color: '#0EA46E'

red 14 ◦ green 164 ◦ blue 110

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

Shades of Jade #0EA46E

Tints of Jade #0EA46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.94%

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

R = 4.86%
G = 56.94%
B = 38.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#0EA46E (or 0x0EA46E) is known color: Jade. HEX triplet: 0E, A4 and 6E. RGB value is (14,164,110). Sum of RGB (Red+Green+Blue) = 14+164+110=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA46E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA46E is #F15B91. Grayscale: #717171. Windows color (decimal): -15817618 or 7250958. OLE color: 7250958.

HSL color Cylindrical-coordinate representation of color #0EA46E: hue angle of 158.4º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA46E is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 164 110 -
CMYK 0.91 0 0.33 0.36
HSL 158.4º 0.84% 0.35% -
HSV(B) 158.4º 0.91% 0.64% -
XYZ 16.27 27.77 19.25 -
YUV 112.99 126.31 57.39 -
System Red Green Blue C M Y K H S L
Decimal 14 164 110 0.91 0 0.33 0.36 158.4 0.84 0.35
Hex E A4 6E 5B 0 21 24 9E 54 23
Octal 16 244 156 133 0 41 44 236 124 43
Binary 1110 10100100 1101110 1011011 0 100001 100100 10011110 1010100 100011

Color Harmonies of #0EA46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA46E

Black with #0EA46E

Text Example


Text Example

White with #0EA46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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