Html Css Color HEX #0EAA71 Jade

📋 copy color: '#0EAA71'

red 14 ◦ green 170 ◦ blue 113

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

Shades of Jade #0EAA71

Tints of Jade #0EAA71

RGB

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

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

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

R = 4.71%
G = 57.24%
B = 38.05%

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

#0EAA71 (or 0x0EAA71) is known color: Jade. HEX triplet: 0E, AA and 71. RGB value is (14,170,113). Sum of RGB (Red+Green+Blue) = 14+170+113=297 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.71% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA71 is #F1558E. Grayscale: #747474. Windows color (decimal): -15816079 or 7449102. OLE color: 7449102.

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

Color convert

RGB 14 170 113 -
CMYK 0.92 0 0.34 0.33
HSL 158.08º 0.85% 0.36% -
HSV(B) 158.08º 0.92% 0.67% -
XYZ 17.54 30.04 20.5 -
YUV 116.86 125.82 54.63 -
System Red Green Blue C M Y K H S L
Decimal 14 170 113 0.92 0 0.34 0.33 158.08 0.85 0.36
Hex E AA 71 5C 0 22 21 9E 55 24
Octal 16 252 161 134 0 42 41 236 125 44
Binary 1110 10101010 1110001 1011100 0 100010 100001 10011110 1010101 100100

Color Harmonies of #0EAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA71

Black with #0EAA71

Text Example


Text Example

White with #0EAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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