#0E8734

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

Shades of Dark Spring Green #0E8734

Tints of Dark Spring Green #0E8734

Color information

#0E8734 (or 0x0E8734) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 87 and 34. RGB value is (14,135,52). Sum of RGB (Red+Green+Blue) = 14+135+52=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 135 (53.12% from 255 or 67.16% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 135 - color contains mainly: green. Hex color #0E8734 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8734 is #F178CB. Grayscale: #595959. Windows color (decimal): -15825100 or 3442446. OLE color: 3442446.

HSL color Cylindrical-coordinate representation of color #0E8734: hue angle of 138.84º 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 #0E8734 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1413552-
CMYK0.9000.610.47
HSL138.84º81.21%29.22%-
HSV(B)138.84º89.63%52.94%-
XYZ9.4617.676.16-
YUV89.36106.9174.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 135 (53.12% from 255) = 67.16%
BLUE value IS 52 (20.70% from 255) = 25.87%
R=6.97%
G=67.16%
B=25.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal14135520.9000.610.47138.8481.2129.22
HexE87345A03D2F8b511d
Octal16207641320755721312135
Binary1110100001111101001011010011110110111110001011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,135,52); }

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

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

 a { background-color: rgb(14,135,52); }

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

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

 span { border-color: rgb(14,135,52); }

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