#0EBE70

Color #0EBE70 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #0EBE70

Tints of Jade #0EBE70

Color information

#0EBE70 (or 0x0EBE70) is unknown color: approx Jade. HEX triplet: 0E, BE and 70. RGB value is (14,190,112). Sum of RGB (Red+Green+Blue) = 14+190+112=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBE70 is #F1418F. Grayscale: #808080. Windows color (decimal): -15810960 or 7388686. OLE color: 7388686.

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

Color convert

RGB14190112-
CMYK0.9300.410.25
HSL153.41º86.27%40%-
HSV(B)153.41º92.63%74.51%-
XYZ21.5238.0921.55-
YUV128.48118.6946.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.43%
GREEN value IS 190 (74.61% from 255) = 60.13%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=4.43%
G=60.13%
B=35.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141901120.9300.410.25153.4186.2740
HexEBE705D02919995628
Octal162761601350513123112650
Binary11101011111011100001011101010100111001100110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EBE70;
 }
 .AnyTagClassName
 {
   color: #0EBE70;
 }
</style>
background-color css

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

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

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

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

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

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