#15A04A

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

Shades of Pigment Green #15A04A

Tints of Pigment Green #15A04A

Color information

#15A04A (or 0x15A04A) is unknown color: approx Pigment Green. HEX triplet: 15, A0 and 4A. RGB value is (21,160,74). Sum of RGB (Red+Green+Blue) = 21+160+74=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 160 (62.89% from 255 or 62.75% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 160 - color contains mainly: green. Hex color #15A04A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A04A is #EA5FB5. Grayscale: #6C6C6C. Windows color (decimal): -15359926 or 4890645. OLE color: 4890645.

HSL color Cylindrical-coordinate representation of color #15A04A: hue angle of 142.88º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A04A is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB2116074-
CMYK0.8700.540.37
HSL142.88º76.8%35.49%-
HSV(B)142.88º86.87%62.75%-
XYZ14.1225.810.71-
YUV108.64108.4565.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 160 (62.89% from 255) = 62.75%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=8.24%
G=62.75%
B=29.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21160740.8700.540.37142.8876.835.49
Hex15A04A57036258f4d23
Octal252401121270664521711543
Binary1010110100000100101010101110110110100101100011111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,160,74); }

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

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

 a { background-color: rgb(21,160,74); }

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

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

 span { border-color: rgb(21,160,74); }

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