#16C63C

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

Shades of Dark Pastel Green #16C63C

Tints of Dark Pastel Green #16C63C

Color information

#16C63C (or 0x16C63C) is unknown color: approx Dark Pastel Green. HEX triplet: 16, C6 and 3C. RGB value is (22,198,60). Sum of RGB (Red+Green+Blue) = 22+198+60=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 198 (77.73% from 255 or 70.71% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 198 - color contains mainly: green. Hex color #16C63C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C63C is #E939C3. Grayscale: #828282. Windows color (decimal): -15284676 or 3982870. OLE color: 3982870.

HSL color Cylindrical-coordinate representation of color #16C63C: hue angle of 132.95º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C63C is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB2219860-
CMYK0.8900.700.22
HSL132.95º80%43.14%-
HSV(B)132.95º88.89%77.65%-
XYZ21.3440.8811.04-
YUV129.6488.6951.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.86%
GREEN value IS 198 (77.73% from 255) = 70.71%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=7.86%
G=70.71%
B=21.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22198600.8900.700.22132.958043.14
Hex16C63C590461685502b
Octal263067413101062620512053
Binary101101100011011110010110010100011010110100001011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,198,60); }

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

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

 a { background-color: rgb(22,198,60); }

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

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

 span { border-color: rgb(22,198,60); }

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