Html Css Color HEX #0EAC64 Jade

📋 copy color: '#0EAC64'

red 14 ◦ green 172 ◦ blue 100

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

Shades of Jade #0EAC64

Tints of Jade #0EAC64

RGB

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

 GREEN value IS 172 (67.58% from 255) = 60.14%

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

R = 4.9%
G = 60.14%
B = 34.97%

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

#0EAC64 (or 0x0EAC64) is known color: Jade. HEX triplet: 0E, AC and 64. RGB value is (14,172,100). Sum of RGB (Red+Green+Blue) = 14+172+100=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC64 is #F1539B. Grayscale: #747474. Windows color (decimal): -15815580 or 6597646. OLE color: 6597646.

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

Color convert

RGB 14 172 100 -
CMYK 0.92 0 0.42 0.33
HSL 152.66º 0.85% 0.36% -
HSV(B) 152.66º 0.92% 0.67% -
XYZ 17.23 30.52 17.04 -
YUV 116.55 118.65 54.85 -
System Red Green Blue C M Y K H S L
Decimal 14 172 100 0.92 0 0.42 0.33 152.66 0.85 0.36
Hex E AC 64 5C 0 2A 21 99 55 24
Octal 16 254 144 134 0 52 41 231 125 44
Binary 1110 10101100 1100100 1011100 0 101010 100001 10011001 1010101 100100

Color Harmonies of #0EAC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC64

Black with #0EAC64

Text Example


Text Example

White with #0EAC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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