Html Css Color HEX #0EAC6D Jade

📋 copy color: '#0EAC6D'

red 14 ◦ green 172 ◦ blue 109

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

Shades of Jade #0EAC6D

Tints of Jade #0EAC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 4.75%
G = 58.31%
B = 36.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#0EAC6D (or 0x0EAC6D) is known color: Jade. HEX triplet: 0E, AC and 6D. RGB value is (14,172,109). Sum of RGB (Red+Green+Blue) = 14+172+109=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC6D is #F15392. Grayscale: #757575. Windows color (decimal): -15815571 or 7187470. OLE color: 7187470.

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

Color convert

RGB 14 172 109 -
CMYK 0.92 0 0.37 0.33
HSL 156.08º 0.85% 0.36% -
HSV(B) 156.08º 0.92% 0.67% -
XYZ 17.69 30.7 19.46 -
YUV 117.58 123.15 54.12 -
System Red Green Blue C M Y K H S L
Decimal 14 172 109 0.92 0 0.37 0.33 156.08 0.85 0.36
Hex E AC 6D 5C 0 25 21 9C 55 24
Octal 16 254 155 134 0 45 41 234 125 44
Binary 1110 10101100 1101101 1011100 0 100101 100001 10011100 1010101 100100

Color Harmonies of #0EAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAC6D

Black with #0EAC6D

Text Example


Text Example

White with #0EAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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