#16A85B

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

Shades of Pigment Green #16A85B

Tints of Pigment Green #16A85B

Color information

#16A85B (or 0x16A85B) is unknown color: approx Pigment Green. HEX triplet: 16, A8 and 5B. RGB value is (22,168,91). Sum of RGB (Red+Green+Blue) = 22+168+91=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #16A85B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A85B is #E957A4. Grayscale: #737373. Windows color (decimal): -15292325 or 6006806. OLE color: 6006806.

HSL color Cylindrical-coordinate representation of color #16A85B: hue angle of 148.36º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A85B is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB2216891-
CMYK0.8700.460.34
HSL148.36º76.84%37.25%-
HSV(B)148.36º86.9%65.88%-
XYZ16.2228.9314.63-
YUV115.57114.1361.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.83%
GREEN value IS 168 (66.02% from 255) = 59.79%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=7.83%
G=59.79%
B=32.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal22168910.8700.460.34148.3676.8437.25
Hex16A85B5702E22944d25
Octal262501331270564222411545
Binary1011010101000101101110101110101110100010100101001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,168,91); }

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

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

 a { background-color: rgb(22,168,91); }

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

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

 span { border-color: rgb(22,168,91); }

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