Html Css Color HEX #0EAC71 Jade

📋 copy color: '#0EAC71'

red 14 ◦ green 172 ◦ blue 113

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

Shades of Jade #0EAC71

Tints of Jade #0EAC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.53%

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

R = 4.68%
G = 57.53%
B = 37.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#0EAC71 (or 0x0EAC71) is known color: Jade. HEX triplet: 0E, AC and 71. RGB value is (14,172,113). Sum of RGB (Red+Green+Blue) = 14+172+113=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 172 (67.58% from 255 or 57.53% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC71 is #F1538E. Grayscale: #767676. Windows color (decimal): -15815567 or 7449614. OLE color: 7449614.

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

Color convert

RGB 14 172 113 -
CMYK 0.92 0 0.34 0.33
HSL 157.59º 0.85% 0.36% -
HSV(B) 157.59º 0.92% 0.67% -
XYZ 17.91 30.79 20.62 -
YUV 118.03 125.15 53.8 -
System Red Green Blue C M Y K H S L
Decimal 14 172 113 0.92 0 0.34 0.33 157.59 0.85 0.36
Hex E AC 71 5C 0 22 21 9E 55 24
Octal 16 254 161 134 0 42 41 236 125 44
Binary 1110 10101100 1110001 1011100 0 100010 100001 10011110 1010101 100100

Color Harmonies of #0EAC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC71

Black with #0EAC71

Text Example


Text Example

White with #0EAC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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