#15A258

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

Shades of Pigment Green #15A258

Tints of Pigment Green #15A258

Color information

#15A258 (or 0x15A258) is unknown color: approx Pigment Green. HEX triplet: 15, A2 and 58. RGB value is (21,162,88). Sum of RGB (Red+Green+Blue) = 21+162+88=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #15A258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A258 is #EA5DA7. Grayscale: #6F6F6F. Windows color (decimal): -15359400 or 5808661. OLE color: 5808661.

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

Color convert

RGB2116288-
CMYK0.8700.460.36
HSL148.51º77.05%35.88%-
HSV(B)148.51º87.04%63.53%-
XYZ14.9926.713.6-
YUV111.4114.7963.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.75%
GREEN value IS 162 (63.67% from 255) = 59.78%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=7.75%
G=59.78%
B=32.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21162880.8700.460.36148.5177.0535.88
Hex15A2585702E24954d24
Octal252421301270564422511544
Binary1010110100010101100010101110101110100100100101011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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