#0E863B

Color #0E863B Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #0E863B

Tints of Dark Spring Green #0E863B

Color information

#0E863B (or 0x0E863B) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 86 and 3B. RGB value is (14,134,59). Sum of RGB (Red+Green+Blue) = 14+134+59=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 134 (52.73% from 255 or 64.73% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 134 - color contains mainly: green. Hex color #0E863B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E863B is #F179C4. Grayscale: #595959. Windows color (decimal): -15825349 or 3900942. OLE color: 3900942.

HSL color Cylindrical-coordinate representation of color #0E863B: hue angle of 142.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E863B is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1413459-
CMYK0.9000.560.47
HSL142.5º81.08%29.02%-
HSV(B)142.5º89.55%52.55%-
XYZ9.517.467.01-
YUV89.57110.7474.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.76%
GREEN value IS 134 (52.73% from 255) = 64.73%
BLUE value IS 59 (23.44% from 255) = 28.50%
R=6.76%
G=64.73%
B=28.50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal14134590.9000.560.47142.581.0829.02
HexE863B5A0382F8e511d
Octal16206731320705721612135
Binary1110100001101110111011010011100010111110001110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,134,59); }

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

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

 a { background-color: rgb(14,134,59); }

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

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

 span { border-color: rgb(14,134,59); }

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