Html Css Color HEX #0EBC70 Jade

📋 copy color: '#0EBC70'

red 14 ◦ green 188 ◦ blue 112

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

Shades of Jade #0EBC70

Tints of Jade #0EBC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.87%

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 4.46%
G = 59.87%
B = 35.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#0EBC70 (or 0x0EBC70) is known color: Jade. HEX triplet: 0E, BC and 70. RGB value is (14,188,112). Sum of RGB (Red+Green+Blue) = 14+188+112=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBC70 is #F1438F. Grayscale: #7F7F7F. Windows color (decimal): -15811472 or 7388174. OLE color: 7388174.

HSL color Cylindrical-coordinate representation of color #0EBC70: hue angle of 153.79º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC70 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 188 112 -
CMYK 0.93 0 0.40 0.26
HSL 153.79º 0.86% 0.4% -
HSV(B) 153.79º 0.93% 0.74% -
XYZ 21.09 37.23 21.4 -
YUV 127.31 119.35 47.18 -
System Red Green Blue C M Y K H S L
Decimal 14 188 112 0.93 0 0.40 0.26 153.79 0.86 0.4
Hex E BC 70 5D 0 28 1A 9A 56 28
Octal 16 274 160 135 0 50 32 232 126 50
Binary 1110 10111100 1110000 1011101 0 101000 11010 10011010 1010110 101000

Color Harmonies of #0EBC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC70

Black with #0EBC70

Text Example


Text Example

White with #0EBC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,188,112); }

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

background-color css

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

 a { background-color: rgb(14,188,112); }

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

border-color css

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

 span { border-color: rgb(14,188,112); }

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