#15A040

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

Shades of Pigment Green #15A040

Tints of Pigment Green #15A040

Color information

#15A040 (or 0x15A040) is unknown color: approx Pigment Green. HEX triplet: 15, A0 and 40. RGB value is (21,160,64). Sum of RGB (Red+Green+Blue) = 21+160+64=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #15A040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A040 is #EA5FBF. Grayscale: #6B6B6B. Windows color (decimal): -15359936 or 4235285. OLE color: 4235285.

HSL color Cylindrical-coordinate representation of color #15A040: hue angle of 138.56º 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 #15A040 is Cyan = 0.87, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB2116064-
CMYK0.8700.60.37
HSL138.56º76.8%35.49%-
HSV(B)138.56º86.87%62.75%-
XYZ13.8125.679.08-
YUV107.49103.4566.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 160 (62.89% from 255) = 65.31%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=8.57%
G=65.31%
B=26.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21160640.8700.60.37138.5676.835.49
Hex15A0405703C258b4d23
Octal252401001270744521311543
Binary1010110100000100000010101110111100100101100010111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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