Html Css Color HEX #0EAA72 Jade

📋 copy color: '#0EAA72'

red 14 ◦ green 170 ◦ blue 114

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

Shades of Jade #0EAA72

Tints of Jade #0EAA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 4.7%
G = 57.05%
B = 38.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#0EAA72 (or 0x0EAA72) is known color: Jade. HEX triplet: 0E, AA and 72. RGB value is (14,170,114). Sum of RGB (Red+Green+Blue) = 14+170+114=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA72 is #F1558D. Grayscale: #757575. Windows color (decimal): -15816078 or 7514638. OLE color: 7514638.

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

Color convert

RGB 14 170 114 -
CMYK 0.92 0 0.33 0.33
HSL 158.46º 0.85% 0.36% -
HSV(B) 158.46º 0.92% 0.67% -
XYZ 17.59 30.06 20.79 -
YUV 116.97 126.32 54.55 -
System Red Green Blue C M Y K H S L
Decimal 14 170 114 0.92 0 0.33 0.33 158.46 0.85 0.36
Hex E AA 72 5C 0 21 21 9E 55 24
Octal 16 252 162 134 0 41 41 236 125 44
Binary 1110 10101010 1110010 1011100 0 100001 100001 10011110 1010101 100100

Color Harmonies of #0EAA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA72

Black with #0EAA72

Text Example


Text Example

White with #0EAA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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