#16D538

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

Shades of Dark Pastel Green #16D538

Tints of Dark Pastel Green #16D538

Color information

#16D538 (or 0x16D538) is unknown color: approx Dark Pastel Green. HEX triplet: 16, D5 and 38. RGB value is (22,213,56). Sum of RGB (Red+Green+Blue) = 22+213+56=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 213 (83.59% from 255 or 73.20% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 213 - color contains mainly: green. Hex color #16D538 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D538 is #E92AC7. Grayscale: #8A8A8A. Windows color (decimal): -15280840 or 3724566. OLE color: 3724566.

HSL color Cylindrical-coordinate representation of color #16D538: hue angle of 130.68º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D538 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB2221356-
CMYK0.9000.740.16
HSL130.68º81.28%46.08%-
HSV(B)130.68º89.67%83.53%-
XYZ24.8448.0411.71-
YUV137.9981.7245.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.56%
GREEN value IS 213 (83.59% from 255) = 73.20%
BLUE value IS 56 (22.27% from 255) = 19.24%
R=7.56%
G=73.20%
B=19.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal22213560.9000.740.16130.6881.2846.08
Hex16D5385A04A1083512e
Octal263257013201122020312156
Binary101101101010111100010110100100101010000100000111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,213,56); }

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

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

 a { background-color: rgb(22,213,56); }

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

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

 span { border-color: rgb(22,213,56); }

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