#16863A

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

Shades of Dark Spring Green #16863A

Tints of Dark Spring Green #16863A

Color information

#16863A (or 0x16863A) is unknown color: approx Dark Spring Green. HEX triplet: 16, 86 and 3A. RGB value is (22,134,58). Sum of RGB (Red+Green+Blue) = 22+134+58=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 134 (52.73% from 255 or 62.62% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 134 - color contains mainly: green. Hex color #16863A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16863A is #E979C5. Grayscale: #5C5C5C. Windows color (decimal): -15301062 or 3835414. OLE color: 3835414.

HSL color Cylindrical-coordinate representation of color #16863A: hue angle of 139.29º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16863A is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB2213458-
CMYK0.8400.570.47
HSL139.29º71.79%30.59%-
HSV(B)139.29º83.58%52.55%-
XYZ9.6217.536.88-
YUV91.85108.8978.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.28%
GREEN value IS 134 (52.73% from 255) = 62.62%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=10.28%
G=62.62%
B=27.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22134580.8400.570.47139.2971.7930.59
Hex16863A540392F8b481f
Octal26206721240715721311037
Binary10110100001101110101010100011100110111110001011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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