#15A245

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

Shades of Pigment Green #15A245

Tints of Pigment Green #15A245

Color information

#15A245 (or 0x15A245) is unknown color: approx Pigment Green. HEX triplet: 15, A2 and 45. RGB value is (21,162,69). Sum of RGB (Red+Green+Blue) = 21+162+69=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 162 (63.67% from 255 or 64.29% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 162 - color contains mainly: green. Hex color #15A245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A245 is #EA5DBA. Grayscale: #6D6D6D. Windows color (decimal): -15359419 or 4563477. OLE color: 4563477.

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

Color convert

RGB2116269-
CMYK0.8700.570.36
HSL140.43º77.05%35.88%-
HSV(B)140.43º87.04%63.53%-
XYZ14.326.439.98-
YUV109.24105.2965.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.33%
GREEN value IS 162 (63.67% from 255) = 64.29%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=8.33%
G=64.29%
B=27.38%

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
Decimal21162690.8700.570.36140.4377.0535.88
Hex15A24557039248c4d24
Octal252421051270714421411544
Binary1010110100010100010110101110111001100100100011001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,162,69); }

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

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

 a { background-color: rgb(21,162,69); }

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

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

 span { border-color: rgb(21,162,69); }

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