#15A253

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

Shades of Pigment Green #15A253

Tints of Pigment Green #15A253

Color information

#15A253 (or 0x15A253) is unknown color: approx Pigment Green. HEX triplet: 15, A2 and 53. RGB value is (21,162,83). Sum of RGB (Red+Green+Blue) = 21+162+83=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #15A253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A253 is #EA5DAC. Grayscale: #6F6F6F. Windows color (decimal): -15359405 or 5480981. OLE color: 5480981.

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

Color convert

RGB2116283-
CMYK0.8700.490.36
HSL146.38º77.05%35.88%-
HSV(B)146.38º87.04%63.53%-
XYZ14.7926.6212.54-
YUV110.84112.2963.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 162 (63.67% from 255) = 60.90%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=7.89%
G=60.90%
B=31.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21162830.8700.490.36146.3877.0535.88
Hex15A2535703124924d24
Octal252421231270614422211544
Binary1010110100010101001110101110110001100100100100101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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