Html Css Color HEX #0EAD71 Jade

📋 copy color: '#0EAD71'

red 14 ◦ green 173 ◦ blue 113

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

Shades of Jade #0EAD71

Tints of Jade #0EAD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 4.67%
G = 57.67%
B = 37.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#0EAD71 (or 0x0EAD71) is known color: Jade. HEX triplet: 0E, AD and 71. RGB value is (14,173,113). Sum of RGB (Red+Green+Blue) = 14+173+113=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD71 is #F1528E. Grayscale: #767676. Windows color (decimal): -15815311 or 7449870. OLE color: 7449870.

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

Color convert

RGB 14 173 113 -
CMYK 0.92 0 0.35 0.32
HSL 157.36º 0.85% 0.37% -
HSV(B) 157.36º 0.92% 0.68% -
XYZ 18.11 31.17 20.69 -
YUV 118.62 124.82 53.38 -
System Red Green Blue C M Y K H S L
Decimal 14 173 113 0.92 0 0.35 0.32 157.36 0.85 0.37
Hex E AD 71 5C 0 23 20 9D 55 25
Octal 16 255 161 134 0 43 40 235 125 45
Binary 1110 10101101 1110001 1011100 0 100011 100000 10011101 1010101 100101

Color Harmonies of #0EAD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAD71

Black with #0EAD71

Text Example


Text Example

White with #0EAD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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