#16A335

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

Shades of Dark Pastel Green #16A335

Tints of Dark Pastel Green #16A335

Color information

#16A335 (or 0x16A335) is unknown color: approx Dark Pastel Green. HEX triplet: 16, A3 and 35. RGB value is (22,163,53). Sum of RGB (Red+Green+Blue) = 22+163+53=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 163 (64.06% from 255 or 68.49% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 163 - color contains mainly: green. Hex color #16A335 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A335 is #E95CCA. Grayscale: #6C6C6C. Windows color (decimal): -15293643 or 3515158. OLE color: 3515158.

HSL color Cylindrical-coordinate representation of color #16A335: hue angle of 133.19º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A335 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB2216353-
CMYK0.8700.670.36
HSL133.19º76.22%36.27%-
HSV(B)133.19º86.5%63.92%-
XYZ14.0726.627.77-
YUV108.396.7966.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 163 (64.06% from 255) = 68.49%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=9.24%
G=68.49%
B=22.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22163530.8700.670.36133.1976.2236.27
Hex16A3355704324854c24
Octal262436512701034420511444
Binary1011010100011110101101011101000011100100100001011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16A335; }

 p { color: rgb(22,163,53); }

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

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

 a { background-color: rgb(22,163,53); }

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

<style>
 span { border-color: #16A335; }

 span { border-color: rgb(22,163,53); }

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