#15A250

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

Shades of Pigment Green #15A250

Tints of Pigment Green #15A250

Color information

#15A250 (or 0x15A250) is unknown color: approx Pigment Green. HEX triplet: 15, A2 and 50. RGB value is (21,162,80). Sum of RGB (Red+Green+Blue) = 21+162+80=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 162 (63.67% from 255 or 61.60% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 162 - color contains mainly: green. Hex color #15A250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A250 is #EA5DAF. Grayscale: #6E6E6E. Windows color (decimal): -15359408 or 5284373. OLE color: 5284373.

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

Color convert

RGB2116280-
CMYK0.8700.510.36
HSL145.11º77.05%35.88%-
HSV(B)145.11º87.04%63.53%-
XYZ14.6826.5811.95-
YUV110.49110.7964.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.98%
GREEN value IS 162 (63.67% from 255) = 61.60%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=7.98%
G=61.60%
B=30.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21162800.8700.510.36145.1177.0535.88
Hex15A2505703324914d24
Octal252421201270634422111544
Binary1010110100010101000010101110110011100100100100011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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