#0A8639

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

Shades of Dark Spring Green #0A8639

Tints of Dark Spring Green #0A8639

Color information

#0A8639 (or 0x0A8639) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 86 and 39. RGB value is (10,134,57). Sum of RGB (Red+Green+Blue) = 10+134+57=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8639 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8639 is #F579C6. Grayscale: #585858. Windows color (decimal): -16087495 or 3769866. OLE color: 3769866.

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

Color convert

RGB1013457-
CMYK0.9300.570.47
HSL142.74º86.11%28.24%-
HSV(B)142.74º92.54%52.55%-
XYZ9.3917.416.74-
YUV88.15110.4272.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.98%
GREEN value IS 134 (52.73% from 255) = 66.67%
BLUE value IS 57 (22.66% from 255) = 28.36%
R=4.98%
G=66.67%
B=28.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10134570.9300.570.47142.7486.1128.24
HexA86395D0392F8f561c
Octal12206711350715721712634
Binary1010100001101110011011101011100110111110001111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,134,57); }

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

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

 a { background-color: rgb(10,134,57); }

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

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

 span { border-color: rgb(10,134,57); }

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