Html Css Color HEX #0EAB65 Jade

📋 copy color: '#0EAB65'

red 14 ◦ green 171 ◦ blue 101

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

Shades of Jade #0EAB65

Tints of Jade #0EAB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 4.9%
G = 59.79%
B = 35.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#0EAB65 (or 0x0EAB65) is known color: Jade. HEX triplet: 0E, AB and 65. RGB value is (14,171,101). Sum of RGB (Red+Green+Blue) = 14+171+101=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 171 (67.19% from 255 or 59.79% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAB65 is #F1549A. Grayscale: #747474. Windows color (decimal): -15815835 or 6662926. OLE color: 6662926.

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

Color convert

RGB 14 171 101 -
CMYK 0.92 0 0.41 0.33
HSL 153.25º 0.85% 0.36% -
HSV(B) 153.25º 0.92% 0.67% -
XYZ 17.09 30.16 17.23 -
YUV 116.08 119.49 55.19 -
System Red Green Blue C M Y K H S L
Decimal 14 171 101 0.92 0 0.41 0.33 153.25 0.85 0.36
Hex E AB 65 5C 0 29 21 99 55 24
Octal 16 253 145 134 0 51 41 231 125 44
Binary 1110 10101011 1100101 1011100 0 101001 100001 10011001 1010101 100100

Color Harmonies of #0EAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAB65

Black with #0EAB65

Text Example


Text Example

White with #0EAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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