#15954a

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

Shades of Pigment Green #15954A

Tints of Pigment Green #15954A

Color information

#15954A (or 0x15954A) is unknown color: approx Pigment Green. HEX triplet: 15, 95 and 4A. RGB value is (21,149,74). Sum of RGB (Red+Green+Blue) = 21+149+74=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #15954A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15954A is #EA6AB5. Grayscale: #666666. Windows color (decimal): -15362742 or 4887829. OLE color: 4887829.

HSL color Cylindrical-coordinate representation of color #15954A: hue angle of 144.84º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15954A is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB2114974-
CMYK0.8600.500.42
HSL144.84º75.29%33.33%-
HSV(B)144.84º85.91%58.43%-
XYZ12.2922.1510.11-
YUV102.18112.0970.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.61%
GREEN value IS 149 (58.59% from 255) = 61.07%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=8.61%
G=61.07%
B=30.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21149740.8600.500.42144.8475.2933.33
Hex15954A560322A914b21
Octal252251121260625222111341
Binary1010110010101100101010101100110010101010100100011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15954a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15954a; }

 p { color: rgb(21,149,74); }

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

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

 a { background-color: rgb(21,149,74); }

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

<style>
 span { border-color: #15954a; }

 span { border-color: rgb(21,149,74); }

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