#16714A

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

Shades of Dark Spring Green #16714A

Tints of Dark Spring Green #16714A

Color information

#16714A (or 0x16714A) is unknown color: approx Dark Spring Green. HEX triplet: 16, 71 and 4A. RGB value is (22,113,74). Sum of RGB (Red+Green+Blue) = 22+113+74=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #16714A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16714A is #E98EB5. Grayscale: #515151. Windows color (decimal): -15306422 or 4878614. OLE color: 4878614.

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

Color convert

RGB2211374-
CMYK0.8100.350.56
HSL154.29º67.41%26.47%-
HSV(B)154.29º80.53%44.31%-
XYZ7.4712.488.49-
YUV81.34123.8585.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 113 (44.53% from 255) = 54.07%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=10.53%
G=54.07%
B=35.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22113740.8100.350.56154.2967.4126.47
Hex16714A51023389a431a
Octal261611121210437023210332
Binary10110111000110010101010001010001111100010011010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,113,74); }

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

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

 a { background-color: rgb(22,113,74); }

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

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

 span { border-color: rgb(22,113,74); }

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