#16B25F

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

Shades of Pigment Green #16B25F

Tints of Pigment Green #16B25F

Color information

#16B25F (or 0x16B25F) is unknown color: approx Pigment Green. HEX triplet: 16, B2 and 5F. RGB value is (22,178,95). Sum of RGB (Red+Green+Blue) = 22+178+95=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #16B25F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B25F is #E94DA0. Grayscale: #7A7A7A. Windows color (decimal): -15289761 or 6271510. OLE color: 6271510.

HSL color Cylindrical-coordinate representation of color #16B25F: hue angle of 148.08º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B25F is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB2217895-
CMYK0.8800.470.30
HSL148.08º78%39.22%-
HSV(B)148.08º87.64%69.8%-
XYZ18.3232.8416.2-
YUV121.89112.8256.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.46%
GREEN value IS 178 (69.92% from 255) = 60.34%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=7.46%
G=60.34%
B=32.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22178950.8800.470.30148.087839.22
Hex16B25F5802F1E944e27
Octal262621371300573622411647
Binary101101011001010111111011000010111111110100101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,178,95); }

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

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

 a { background-color: rgb(22,178,95); }

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

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

 span { border-color: rgb(22,178,95); }

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