#159855

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

Shades of Pigment Green #159855

Tints of Pigment Green #159855

Color information

#159855 (or 0x159855) is unknown color: approx Pigment Green. HEX triplet: 15, 98 and 55. RGB value is (21,152,85). Sum of RGB (Red+Green+Blue) = 21+152+85=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 152 (59.77% from 255 or 58.91% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 152 - color contains mainly: green. Hex color #159855 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159855 is #EA67AA. Grayscale: #696969. Windows color (decimal): -15361963 or 5609493. OLE color: 5609493.

HSL color Cylindrical-coordinate representation of color #159855: hue angle of 149.31º 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 #159855 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB2115285-
CMYK0.8600.440.40
HSL149.31º75.72%33.92%-
HSV(B)149.31º86.18%59.61%-
XYZ13.1823.2712.39-
YUV105.19116.667.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.14%
GREEN value IS 152 (59.77% from 255) = 58.91%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=8.14%
G=58.91%
B=32.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21152850.8600.440.40149.3175.7233.92
Hex1598555602C28954c22
Octal252301251260545022511442
Binary1010110011000101010110101100101100101000100101011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159855; }

 p { color: rgb(21,152,85); }

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

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

 a { background-color: rgb(21,152,85); }

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

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

 span { border-color: rgb(21,152,85); }

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