#15A446

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

Shades of Pigment Green #15A446

Tints of Pigment Green #15A446

Color information

#15A446 (or 0x15A446) is unknown color: approx Pigment Green. HEX triplet: 15, A4 and 46. RGB value is (21,164,70). Sum of RGB (Red+Green+Blue) = 21+164+70=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 164 (64.45% from 255 or 64.31% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 164 - color contains mainly: green. Hex color #15A446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A446 is #EA5BB9. Grayscale: #6E6E6E. Windows color (decimal): -15358906 or 4629525. OLE color: 4629525.

HSL color Cylindrical-coordinate representation of color #15A446: hue angle of 140.56º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A446 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB2116470-
CMYK0.8700.570.36
HSL140.56º77.3%36.27%-
HSV(B)140.56º87.2%64.31%-
XYZ14.6927.1510.26-
YUV110.53105.1264.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 164 (64.45% from 255) = 64.31%
BLUE value IS 70 (27.73% from 255) = 27.45%
R=8.24%
G=64.31%
B=27.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21164700.8700.570.36140.5677.336.27
Hex15A44657039248d4d24
Octal252441061270714421511544
Binary1010110100100100011010101110111001100100100011011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A446; }

 p { color: rgb(21,164,70); }

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

<style>
 a { background-color: #15A446; }

 a { background-color: rgb(21,164,70); }

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

<style>
 span { border-color: #15A446; }

 span { border-color: rgb(21,164,70); }

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