Html Css Color HEX #0EAD77 Jade

📋 copy color: '#0EAD77'

red 14 ◦ green 173 ◦ blue 119

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

Shades of Jade #0EAD77

Tints of Jade #0EAD77

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.54%

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

R = 4.58%
G = 56.54%
B = 38.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#0EAD77 (or 0x0EAD77) is known color: Jade. HEX triplet: 0E, AD and 77. RGB value is (14,173,119). Sum of RGB (Red+Green+Blue) = 14+173+119=306 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.58% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD77 is #F15288. Grayscale: #777777. Windows color (decimal): -15815305 or 7843086. OLE color: 7843086.

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

Color convert

RGB 14 173 119 -
CMYK 0.92 0 0.31 0.32
HSL 159.62º 0.85% 0.37% -
HSV(B) 159.62º 0.92% 0.68% -
XYZ 18.45 31.31 22.52 -
YUV 119.3 127.82 52.89 -
System Red Green Blue C M Y K H S L
Decimal 14 173 119 0.92 0 0.31 0.32 159.62 0.85 0.37
Hex E AD 77 5C 0 1F 20 A0 55 25
Octal 16 255 167 134 0 37 40 240 125 45
Binary 1110 10101101 1110111 1011100 0 11111 100000 10100000 1010101 100101

Color Harmonies of #0EAD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAD77

Black with #0EAD77

Text Example


Text Example

White with #0EAD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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