#16993F

Color #16993F Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #16993F

Tints of Pigment Green #16993F

Color information

#16993F (or 0x16993F) is unknown color: approx Pigment Green. HEX triplet: 16, 99 and 3F. RGB value is (22,153,63). Sum of RGB (Red+Green+Blue) = 22+153+63=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #16993F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16993F is #E966C0. Grayscale: #676767. Windows color (decimal): -15296193 or 4167958. OLE color: 4167958.

HSL color Cylindrical-coordinate representation of color #16993F: hue angle of 138.78º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16993F is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB2215363-
CMYK0.8600.590.4
HSL138.78º74.86%34.31%-
HSV(B)138.78º85.62%60%-
XYZ12.6223.318.54-
YUV103.57105.169.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 153 (60.16% from 255) = 64.29%
BLUE value IS 63 (25% from 255) = 26.47%
R=9.24%
G=64.29%
B=26.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22153630.8600.590.4138.7874.8634.31
Hex16993F5603B288b4b22
Octal26231771260735021311342
Binary101101001100111111110101100111011101000100010111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16993F; }

 p { color: rgb(22,153,63); }

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

<style>
 a { background-color: #16993F; }

 a { background-color: rgb(22,153,63); }

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

<style>
 span { border-color: #16993F; }

 span { border-color: rgb(22,153,63); }

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