#0EB85F

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

Shades of Jade #0EB85F

Tints of Jade #0EB85F

Color information

#0EB85F (or 0x0EB85F) is unknown color: approx Jade. HEX triplet: 0E, B8 and 5F. RGB value is (14,184,95). Sum of RGB (Red+Green+Blue) = 14+184+95=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 184 (72.27% from 255 or 62.80% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB85F is #F147A0. Grayscale: #7B7B7B. Windows color (decimal): -15812513 or 6273038. OLE color: 6273038.

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

Color convert

RGB1418495-
CMYK0.9200.480.28
HSL148.59º85.86%38.82%-
HSV(B)148.59º92.39%72.16%-
XYZ19.3935.216.6-
YUV123.02112.1850.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.78%
GREEN value IS 184 (72.27% from 255) = 62.80%
BLUE value IS 95 (37.5% from 255) = 32.42%
R=4.78%
G=62.80%
B=32.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14184950.9200.480.28148.5985.8638.82
HexEB85F5C0301C955627
Octal162701371340603422512647
Binary11101011100010111111011100011000011100100101011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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