Html Css Color HEX #0EAC68 Jade

📋 copy color: '#0EAC68'

red 14 ◦ green 172 ◦ blue 104

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

Shades of Jade #0EAC68

Tints of Jade #0EAC68

RGB

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

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

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

R = 4.83%
G = 59.31%
B = 35.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#0EAC68 (or 0x0EAC68) is known color: Jade. HEX triplet: 0E, AC and 68. RGB value is (14,172,104). Sum of RGB (Red+Green+Blue) = 14+172+104=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC68 is #F15397. Grayscale: #757575. Windows color (decimal): -15815576 or 6859790. OLE color: 6859790.

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

Color convert

RGB 14 172 104 -
CMYK 0.92 0 0.40 0.33
HSL 154.18º 0.85% 0.36% -
HSV(B) 154.18º 0.92% 0.67% -
XYZ 17.43 30.6 18.08 -
YUV 117.01 120.65 54.53 -
System Red Green Blue C M Y K H S L
Decimal 14 172 104 0.92 0 0.40 0.33 154.18 0.85 0.36
Hex E AC 68 5C 0 28 21 9A 55 24
Octal 16 254 150 134 0 50 41 232 125 44
Binary 1110 10101100 1101000 1011100 0 101000 100001 10011010 1010101 100100

Color Harmonies of #0EAC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC68

Black with #0EAC68

Text Example


Text Example

White with #0EAC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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