#15a64f

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

Shades of Pigment Green #15A64F

Tints of Pigment Green #15A64F

Color information

#15A64F (or 0x15A64F) is unknown color: approx Pigment Green. HEX triplet: 15, A6 and 4F. RGB value is (21,166,79). Sum of RGB (Red+Green+Blue) = 21+166+79=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 166 (65.23% from 255 or 62.41% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 166 - color contains mainly: green. Hex color #15A64F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A64F is #EA59B0. Grayscale: #707070. Windows color (decimal): -15358385 or 5219861. OLE color: 5219861.

HSL color Cylindrical-coordinate representation of color #15A64F: hue angle of 144º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A64F is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB2116679-
CMYK0.8700.520.35
HSL144º77.54%36.67%-
HSV(B)144º87.35%65.1%-
XYZ15.362811.99-
YUV112.73108.9662.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 166 (65.23% from 255) = 62.41%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=7.89%
G=62.41%
B=29.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21166790.8700.520.3514477.5436.67
Hex15A64F5703423904e25
Octal252461171270644322011645
Binary1010110100110100111110101110110100100011100100001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15a64f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,166,79); }

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

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

 a { background-color: rgb(21,166,79); }

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

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

 span { border-color: rgb(21,166,79); }

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