#12853a

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

Shades of Dark Spring Green #12853A

Tints of Dark Spring Green #12853A

Color information

#12853A (or 0x12853A) is unknown color: approx Dark Spring Green. HEX triplet: 12, 85 and 3A. RGB value is (18,133,58). Sum of RGB (Red+Green+Blue) = 18+133+58=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #12853A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12853A is #ED7AC5. Grayscale: #5A5A5A. Windows color (decimal): -15563462 or 3835154. OLE color: 3835154.

HSL color Cylindrical-coordinate representation of color #12853A: hue angle of 140.87º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12853A is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1813358-
CMYK0.8600.560.48
HSL140.87º76.16%29.61%-
HSV(B)140.87º86.47%52.16%-
XYZ9.417.216.83-
YUV90.06109.976.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 133 (52.34% from 255) = 63.64%
BLUE value IS 58 (23.05% from 255) = 27.75%
R=8.61%
G=63.64%
B=27.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18133580.8600.560.48140.8776.1629.61
Hex12853A56038308d4c1e
Octal22205721260706021511436
Binary10010100001011110101010110011100011000010001101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12853a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12853a; }

 p { color: rgb(18,133,58); }

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

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

 a { background-color: rgb(18,133,58); }

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

<style>
 span { border-color: #12853a; }

 span { border-color: rgb(18,133,58); }

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