Html Css Color HEX #0EAB63 Jade

📋 copy color: '#0EAB63'

red 14 ◦ green 171 ◦ blue 99

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

Shades of Jade #0EAB63

Tints of Jade #0EAB63

RGB

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

 GREEN value IS 171 (67.19% from 255) = 60.21%

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 4.93%
G = 60.21%
B = 34.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#0EAB63 (or 0x0EAB63) is known color: Jade. HEX triplet: 0E, AB and 63. RGB value is (14,171,99). Sum of RGB (Red+Green+Blue) = 14+171+99=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 171 (67.19% from 255 or 60.21% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAB63 is #F1549C. Grayscale: #737373. Windows color (decimal): -15815837 or 6531854. OLE color: 6531854.

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

Color convert

RGB 14 171 99 -
CMYK 0.92 0 0.42 0.33
HSL 152.48º 0.85% 0.36% -
HSV(B) 152.48º 0.92% 0.67% -
XYZ 17 30.12 16.72 -
YUV 115.85 118.49 55.35 -
System Red Green Blue C M Y K H S L
Decimal 14 171 99 0.92 0 0.42 0.33 152.48 0.85 0.36
Hex E AB 63 5C 0 2A 21 98 55 24
Octal 16 253 143 134 0 52 41 230 125 44
Binary 1110 10101011 1100011 1011100 0 101010 100001 10011000 1010101 100100

Color Harmonies of #0EAB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAB63

Black with #0EAB63

Text Example


Text Example

White with #0EAB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,171,99); }

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

background-color css

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

 a { background-color: rgb(14,171,99); }

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

border-color css

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

 span { border-color: rgb(14,171,99); }

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