#16823A

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

Shades of Dark Spring Green #16823A

Tints of Dark Spring Green #16823A

Color information

#16823A (or 0x16823A) is unknown color: approx Dark Spring Green. HEX triplet: 16, 82 and 3A. RGB value is (22,130,58). Sum of RGB (Red+Green+Blue) = 22+130+58=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #16823A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16823A is #E97DC5. Grayscale: #595959. Windows color (decimal): -15302086 or 3834390. OLE color: 3834390.

HSL color Cylindrical-coordinate representation of color #16823A: hue angle of 140º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16823A is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB2213058-
CMYK0.8300.550.49
HSL140º71.05%29.8%-
HSV(B)140º83.08%50.98%-
XYZ9.0816.446.7-
YUV89.5110.2279.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.48%
GREEN value IS 130 (51.17% from 255) = 61.90%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=10.48%
G=61.90%
B=27.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22130580.8300.550.4914071.0529.8
Hex16823A53037318c471e
Octal26202721230676121410736
Binary10110100000101110101010011011011111000110001100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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