Html Css Color HEX #0EAE64 Jade

📋 copy color: '#0EAE64'

red 14 ◦ green 174 ◦ blue 100

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

Shades of Jade #0EAE64

Tints of Jade #0EAE64

RGB

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

 GREEN value IS 174 (68.36% from 255) = 60.42%

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

R = 4.86%
G = 60.42%
B = 34.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#0EAE64 (or 0x0EAE64) is known color: Jade. HEX triplet: 0E, AE and 64. RGB value is (14,174,100). Sum of RGB (Red+Green+Blue) = 14+174+100=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAE64 is #F1519B. Grayscale: #757575. Windows color (decimal): -15815068 or 6598158. OLE color: 6598158.

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

Color convert

RGB 14 174 100 -
CMYK 0.92 0 0.43 0.32
HSL 152.25º 0.85% 0.37% -
HSV(B) 152.25º 0.92% 0.68% -
XYZ 17.62 31.29 17.17 -
YUV 117.72 117.99 54.02 -
System Red Green Blue C M Y K H S L
Decimal 14 174 100 0.92 0 0.43 0.32 152.25 0.85 0.37
Hex E AE 64 5C 0 2B 20 98 55 25
Octal 16 256 144 134 0 53 40 230 125 45
Binary 1110 10101110 1100100 1011100 0 101011 100000 10011000 1010101 100101

Color Harmonies of #0EAE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAE64

Black with #0EAE64

Text Example


Text Example

White with #0EAE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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