#15A03A

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

Shades of Pigment Green #15A03A

Tints of Pigment Green #15A03A

Color information

#15A03A (or 0x15A03A) is unknown color: approx Pigment Green. HEX triplet: 15, A0 and 3A. RGB value is (21,160,58). Sum of RGB (Red+Green+Blue) = 21+160+58=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 160 (62.89% from 255 or 66.95% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 160 - color contains mainly: green. Hex color #15A03A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A03A is #EA5FC5. Grayscale: #6B6B6B. Windows color (decimal): -15359942 or 3842069. OLE color: 3842069.

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

Color convert

RGB2116058-
CMYK0.8700.640.37
HSL135.97º76.8%35.49%-
HSV(B)135.97º86.87%62.75%-
XYZ13.6425.618.23-
YUV106.81100.4566.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.79%
GREEN value IS 160 (62.89% from 255) = 66.95%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=8.79%
G=66.95%
B=24.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21160580.8700.640.37135.9776.835.49
Hex15A03A5704025884d23
Octal252407212701004521011543
Binary1010110100000111010101011101000000100101100010001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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