Html Css Color HEX #0EAB77 Jade

📋 copy color: '#0EAB77'

red 14 ◦ green 171 ◦ blue 119

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

Shades of Jade #0EAB77

Tints of Jade #0EAB77

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.25%

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 4.61%
G = 56.25%
B = 39.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#0EAB77 (or 0x0EAB77) is known color: Jade. HEX triplet: 0E, AB and 77. RGB value is (14,171,119). Sum of RGB (Red+Green+Blue) = 14+171+119=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAB77 is #F15488. Grayscale: #767676. Windows color (decimal): -15815817 or 7842574. OLE color: 7842574.

HSL color Cylindrical-coordinate representation of color #0EAB77: hue angle of 160.13º 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 #0EAB77 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 171 119 -
CMYK 0.92 0 0.30 0.33
HSL 160.13º 0.85% 0.36% -
HSV(B) 160.13º 0.92% 0.67% -
XYZ 18.07 30.55 22.4 -
YUV 118.13 128.49 53.73 -
System Red Green Blue C M Y K H S L
Decimal 14 171 119 0.92 0 0.30 0.33 160.13 0.85 0.36
Hex E AB 77 5C 0 1E 21 A0 55 24
Octal 16 253 167 134 0 36 41 240 125 44
Binary 1110 10101011 1110111 1011100 0 11110 100001 10100000 1010101 100100

Color Harmonies of #0EAB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAB77

Black with #0EAB77

Text Example


Text Example

White with #0EAB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,171,119); }

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

background-color css

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

 a { background-color: rgb(14,171,119); }

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

border-color css

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

 span { border-color: rgb(14,171,119); }

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