#16C04C

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

Shades of Dark Pastel Green #16C04C

Tints of Dark Pastel Green #16C04C

Color information

#16C04C (or 0x16C04C) is unknown color: approx Dark Pastel Green. HEX triplet: 16, C0 and 4C. RGB value is (22,192,76). Sum of RGB (Red+Green+Blue) = 22+192+76=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #16C04C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C04C is #E93FB3. Grayscale: #808080. Windows color (decimal): -15286196 or 5029910. OLE color: 5029910.

HSL color Cylindrical-coordinate representation of color #16C04C: hue angle of 139.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C04C is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB2219276-
CMYK0.8900.600.25
HSL139.06º79.44%41.96%-
HSV(B)139.06º88.54%75.29%-
XYZ20.4938.3913.17-
YUV127.9598.6852.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.59%
GREEN value IS 192 (75.39% from 255) = 66.21%
BLUE value IS 76 (30.08% from 255) = 26.21%
R=7.59%
G=66.21%
B=26.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22192760.8900.600.25139.0679.4441.96
Hex16C04C5903C198b4f2a
Octal263001141310743121311752
Binary101101100000010011001011001011110011001100010111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,192,76); }

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

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

 a { background-color: rgb(22,192,76); }

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

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

 span { border-color: rgb(22,192,76); }

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