#0A8532

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

Shades of Dark Spring Green #0A8532

Tints of Dark Spring Green #0A8532

Color information

#0A8532 (or 0x0A8532) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 85 and 32. RGB value is (10,133,50). Sum of RGB (Red+Green+Blue) = 10+133+50=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8532 is #F57ACD. Grayscale: #565656. Windows color (decimal): -16087758 or 3310858. OLE color: 3310858.

HSL color Cylindrical-coordinate representation of color #0A8532: hue angle of 139.51º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8532 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1013350-
CMYK0.9200.620.48
HSL139.51º86.01%28.04%-
HSV(B)139.51º92.48%52.16%-
XYZ9.0917.075.83-
YUV86.76107.2573.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.18%
GREEN value IS 133 (52.34% from 255) = 68.91%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=5.18%
G=68.91%
B=25.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10133500.9200.620.48139.5186.0128.04
HexA85325C03E308c561c
Octal12205621340766021412634
Binary1010100001011100101011100011111011000010001100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,133,50); }

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

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

 a { background-color: rgb(10,133,50); }

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

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

 span { border-color: rgb(10,133,50); }

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