#0A8737

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

Shades of Dark Spring Green #0A8737

Tints of Dark Spring Green #0A8737

Color information

#0A8737 (or 0x0A8737) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 87 and 37. RGB value is (10,135,55). Sum of RGB (Red+Green+Blue) = 10+135+55=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 135 (53.12% from 255 or 67.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8737 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8737 is #F578C8. Grayscale: #585858. Windows color (decimal): -16087241 or 3639050. OLE color: 3639050.

HSL color Cylindrical-coordinate representation of color #0A8737: hue angle of 141.6º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8737 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1013555-
CMYK0.9300.590.47
HSL141.6º86.21%28.43%-
HSV(B)141.6º92.59%52.94%-
XYZ9.4817.676.53-
YUV88.5109.0972-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5%
GREEN value IS 135 (53.12% from 255) = 67.5%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=5%
G=67.5%
B=27.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10135550.9300.590.47141.686.2128.43
HexA87375D03B2F8e561c
Octal12207671350735721612634
Binary1010100001111101111011101011101110111110001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,135,55); }

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

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

 a { background-color: rgb(10,135,55); }

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

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

 span { border-color: rgb(10,135,55); }

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