#0A803D

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

Shades of Dark Spring Green #0A803D

Tints of Dark Spring Green #0A803D

Color information

#0A803D (or 0x0A803D) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 80 and 3D. RGB value is (10,128,61). Sum of RGB (Red+Green+Blue) = 10+128+61=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 128 (50.39% from 255 or 64.32% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 128 - color contains mainly: green. Hex color #0A803D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A803D is #F57FC2. Grayscale: #555555. Windows color (decimal): -16089027 or 4030474. OLE color: 4030474.

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

Color convert

RGB1012861-
CMYK0.9200.520.50
HSL145.93º85.51%27.06%-
HSV(B)145.93º92.19%50.2%-
XYZ8.6915.847.01-
YUV85.08114.4174.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 128 (50.39% from 255) = 64.32%
BLUE value IS 61 (24.22% from 255) = 30.65%
R=5.03%
G=64.32%
B=30.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10128610.9200.520.50145.9385.5127.06
HexA803D5C0343292561b
Octal12200751340646222212633
Binary1010100000001111011011100011010011001010010010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,128,61); }

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

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

 a { background-color: rgb(10,128,61); }

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

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

 span { border-color: rgb(10,128,61); }

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