Html Css Color HEX #0EAE68 Jade

📋 copy color: '#0EAE68'

red 14 ◦ green 174 ◦ blue 104

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

Shades of Jade #0EAE68

Tints of Jade #0EAE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 4.79%
G = 59.59%
B = 35.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#0EAE68 (or 0x0EAE68) is known color: Jade. HEX triplet: 0E, AE and 68. RGB value is (14,174,104). Sum of RGB (Red+Green+Blue) = 14+174+104=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 174 (68.36% from 255 or 59.59% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAE68 is #F15197. Grayscale: #767676. Windows color (decimal): -15815064 or 6860302. OLE color: 6860302.

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

Color convert

RGB 14 174 104 -
CMYK 0.92 0 0.40 0.32
HSL 153.75º 0.85% 0.37% -
HSV(B) 153.75º 0.92% 0.68% -
XYZ 17.82 31.36 18.21 -
YUV 118.18 119.99 53.69 -
System Red Green Blue C M Y K H S L
Decimal 14 174 104 0.92 0 0.40 0.32 153.75 0.85 0.37
Hex E AE 68 5C 0 28 20 9A 55 25
Octal 16 256 150 134 0 50 40 232 125 45
Binary 1110 10101110 1101000 1011100 0 101000 100000 10011010 1010101 100101

Color Harmonies of #0EAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAE68

Black with #0EAE68

Text Example


Text Example

White with #0EAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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