#16C133

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

Shades of Dark Pastel Green #16C133

Tints of Dark Pastel Green #16C133

Color information

#16C133 (or 0x16C133) is unknown color: approx Dark Pastel Green. HEX triplet: 16, C1 and 33. RGB value is (22,193,51). Sum of RGB (Red+Green+Blue) = 22+193+51=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 193 (75.78% from 255 or 72.56% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 193 - color contains mainly: green. Hex color #16C133 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C133 is #E93ECC. Grayscale: #7E7E7E. Windows color (decimal): -15285965 or 3391766. OLE color: 3391766.

HSL color Cylindrical-coordinate representation of color #16C133: hue angle of 130.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C133 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB2219351-
CMYK0.8900.740.24
HSL130.18º79.53%42.16%-
HSV(B)130.18º88.6%75.69%-
XYZ2038.559.52-
YUV125.6885.8554.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.27%
GREEN value IS 193 (75.78% from 255) = 72.56%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=8.27%
G=72.56%
B=19.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal22193510.8900.740.24130.1879.5342.16
Hex16C1335904A1882502a
Octal263016313101123020212052
Binary101101100000111001110110010100101011000100000101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,193,51); }

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

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

 a { background-color: rgb(22,193,51); }

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

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

 span { border-color: rgb(22,193,51); }

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