Html Css Color HEX #0EAA76 Jade

📋 copy color: '#0EAA76'

red 14 ◦ green 170 ◦ blue 118

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

Shades of Jade #0EAA76

Tints of Jade #0EAA76

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.29%

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 4.64%
G = 56.29%
B = 39.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#0EAA76 (or 0x0EAA76) is known color: Jade. HEX triplet: 0E, AA and 76. RGB value is (14,170,118). Sum of RGB (Red+Green+Blue) = 14+170+118=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA76 is #F15589. Grayscale: #757575. Windows color (decimal): -15816074 or 7776782. OLE color: 7776782.

HSL color Cylindrical-coordinate representation of color #0EAA76: hue angle of 160º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA76 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 170 118 -
CMYK 0.92 0 0.31 0.33
HSL 160º 0.85% 0.36% -
HSV(B) 160º 0.92% 0.67% -
XYZ 17.83 30.15 22.02 -
YUV 117.43 128.32 54.23 -
System Red Green Blue C M Y K H S L
Decimal 14 170 118 0.92 0 0.31 0.33 160 0.85 0.36
Hex E AA 76 5C 0 1F 21 A0 55 24
Octal 16 252 166 134 0 37 41 240 125 44
Binary 1110 10101010 1110110 1011100 0 11111 100001 10100000 1010101 100100

Color Harmonies of #0EAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA76

Black with #0EAA76

Text Example


Text Example

White with #0EAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,170,118); }

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

background-color css

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

 a { background-color: rgb(14,170,118); }

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

border-color css

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

 span { border-color: rgb(14,170,118); }

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