Html Css Color HEX #0EAD64 Jade

📋 copy color: '#0EAD64'

red 14 ◦ green 173 ◦ blue 100

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

Shades of Jade #0EAD64

Tints of Jade #0EAD64

RGB

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

 GREEN value IS 173 (67.97% from 255) = 60.28%

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 4.88%
G = 60.28%
B = 34.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#0EAD64 (or 0x0EAD64) is known color: Jade. HEX triplet: 0E, AD and 64. RGB value is (14,173,100). Sum of RGB (Red+Green+Blue) = 14+173+100=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 173 (67.97% from 255 or 60.28% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD64 is #F1529B. Grayscale: #757575. Windows color (decimal): -15815324 or 6597902. OLE color: 6597902.

HSL color Cylindrical-coordinate representation of color #0EAD64: hue angle of 152.45º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD64 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 173 100 -
CMYK 0.92 0 0.42 0.32
HSL 152.45º 0.85% 0.37% -
HSV(B) 152.45º 0.92% 0.68% -
XYZ 17.42 30.9 17.1 -
YUV 117.14 118.32 54.44 -
System Red Green Blue C M Y K H S L
Decimal 14 173 100 0.92 0 0.42 0.32 152.45 0.85 0.37
Hex E AD 64 5C 0 2A 20 98 55 25
Octal 16 255 144 134 0 52 40 230 125 45
Binary 1110 10101101 1100100 1011100 0 101010 100000 10011000 1010101 100101

Color Harmonies of #0EAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAD64

Black with #0EAD64

Text Example


Text Example

White with #0EAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,173,100); }

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

background-color css

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

 a { background-color: rgb(14,173,100); }

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

border-color css

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

 span { border-color: rgb(14,173,100); }

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