#159948

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

Shades of Pigment Green #159948

Tints of Pigment Green #159948

Color information

#159948 (or 0x159948) is unknown color: approx Pigment Green. HEX triplet: 15, 99 and 48. RGB value is (21,153,72). Sum of RGB (Red+Green+Blue) = 21+153+72=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #159948 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159948 is #EA66B7. Grayscale: #686868. Windows color (decimal): -15361720 or 4757781. OLE color: 4757781.

HSL color Cylindrical-coordinate representation of color #159948: hue angle of 143.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159948 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB2115372-
CMYK0.8600.530.4
HSL143.18º75.86%34.12%-
HSV(B)143.18º86.27%60%-
XYZ12.8723.419.97-
YUV104.3109.7768.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.54%
GREEN value IS 153 (60.16% from 255) = 62.20%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=8.54%
G=62.20%
B=29.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21153720.8600.530.4143.1875.8634.12
Hex15994856035288f4c22
Octal252311101260655021711442
Binary1010110011001100100010101100110101101000100011111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159948; }

 p { color: rgb(21,153,72); }

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

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

 a { background-color: rgb(21,153,72); }

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

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

 span { border-color: rgb(21,153,72); }

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