Html Css Color HEX #0EB860 Jade

📋 copy color: '#0EB860'

red 14 ◦ green 184 ◦ blue 96

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

Shades of Jade #0EB860

Tints of Jade #0EB860

RGB

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

 GREEN value IS 184 (72.27% from 255) = 62.59%

 BLUE value IS 96 (37.89% from 255) = 32.65%

R = 4.76%
G = 62.59%
B = 32.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#0EB860 (or 0x0EB860) is known color: Jade. HEX triplet: 0E, B8 and 60. RGB value is (14,184,96). Sum of RGB (Red+Green+Blue) = 14+184+96=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB860 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB860 is #F1479F. Grayscale: #7B7B7B. Windows color (decimal): -15812512 or 6338574. OLE color: 6338574.

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

Color convert

RGB 14 184 96 -
CMYK 0.92 0 0.48 0.28
HSL 148.94º 0.86% 0.39% -
HSV(B) 148.94º 0.92% 0.72% -
XYZ 19.43 35.22 16.84 -
YUV 123.14 112.68 50.16 -
System Red Green Blue C M Y K H S L
Decimal 14 184 96 0.92 0 0.48 0.28 148.94 0.86 0.39
Hex E B8 60 5C 0 30 1C 95 56 27
Octal 16 270 140 134 0 60 34 225 126 47
Binary 1110 10111000 1100000 1011100 0 110000 11100 10010101 1010110 100111

Color Harmonies of #0EB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB860

Black with #0EB860

Text Example


Text Example

White with #0EB860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,184,96); }

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

background-color css

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

 a { background-color: rgb(14,184,96); }

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

border-color css

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

 span { border-color: rgb(14,184,96); }

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