#16703A

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

Shades of Dark Spring Green #16703A

Tints of Dark Spring Green #16703A

Color information

#16703A (or 0x16703A) is unknown color: approx Dark Spring Green. HEX triplet: 16, 70 and 3A. RGB value is (22,112,58). Sum of RGB (Red+Green+Blue) = 22+112+58=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #16703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16703A is #E98FC5. Grayscale: #4F4F4F. Windows color (decimal): -15306694 or 3829782. OLE color: 3829782.

HSL color Cylindrical-coordinate representation of color #16703A: hue angle of 144º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16703A is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB2211258-
CMYK0.8000.480.56
HSL144º67.16%26.27%-
HSV(B)144º80.36%43.92%-
XYZ6.8912.065.97-
YUV78.93116.1887.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 112 (44.14% from 255) = 58.33%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=11.46%
G=58.33%
B=30.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22112580.8000.480.5614467.1626.27
Hex16703A500303890431a
Octal26160721200607022010332
Binary1011011100001110101010000011000011100010010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16703A; }

 p { color: rgb(22,112,58); }

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

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

 a { background-color: rgb(22,112,58); }

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

<style>
 span { border-color: #16703A; }

 span { border-color: rgb(22,112,58); }

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