Html Css Color HEX #0EB96D Jade

📋 copy color: '#0EB96D'

red 14 ◦ green 185 ◦ blue 109

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

Shades of Jade #0EB96D

Tints of Jade #0EB96D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 60.06%

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

R = 4.55%
G = 60.06%
B = 35.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#0EB96D (or 0x0EB96D) is known color: Jade. HEX triplet: 0E, B9 and 6D. RGB value is (14,185,109). Sum of RGB (Red+Green+Blue) = 14+185+109=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB96D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB96D is #F14692. Grayscale: #7D7D7D. Windows color (decimal): -15812243 or 7190798. OLE color: 7190798.

HSL color Cylindrical-coordinate representation of color #0EB96D: hue angle of 153.33º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB96D is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 185 109 -
CMYK 0.92 0 0.41 0.27
HSL 153.33º 0.86% 0.39% -
HSV(B) 153.33º 0.92% 0.73% -
XYZ 20.29 35.9 20.33 -
YUV 125.21 118.85 48.68 -
System Red Green Blue C M Y K H S L
Decimal 14 185 109 0.92 0 0.41 0.27 153.33 0.86 0.39
Hex E B9 6D 5C 0 29 1B 99 56 27
Octal 16 271 155 134 0 51 33 231 126 47
Binary 1110 10111001 1101101 1011100 0 101001 11011 10011001 1010110 100111

Color Harmonies of #0EB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB96D

Black with #0EB96D

Text Example


Text Example

White with #0EB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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