#15963A

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

Shades of Pigment Green #15963A

Tints of Pigment Green #15963A

Color information

#15963A (or 0x15963A) is unknown color: approx Pigment Green. HEX triplet: 15, 96 and 3A. RGB value is (21,150,58). Sum of RGB (Red+Green+Blue) = 21+150+58=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #15963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15963A is #EA69C5. Grayscale: #656565. Windows color (decimal): -15362502 or 3839509. OLE color: 3839509.

HSL color Cylindrical-coordinate representation of color #15963A: hue angle of 137.21º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15963A is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB2115058-
CMYK0.8600.610.41
HSL137.21º75.44%33.53%-
HSV(B)137.21º86%58.82%-
XYZ11.9822.287.67-
YUV100.94103.7670.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 150 (58.98% from 255) = 65.50%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=9.17%
G=65.50%
B=25.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21150580.8600.610.41137.2175.4433.53
Hex15963A5603D29894b22
Octal25226721260755121111342
Binary101011001011011101010101100111101101001100010011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15963A; }

 p { color: rgb(21,150,58); }

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

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

 a { background-color: rgb(21,150,58); }

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

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

 span { border-color: rgb(21,150,58); }

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