#13A854

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

Shades of Pigment Green #13A854

Tints of Pigment Green #13A854

Color information

#13A854 (or 0x13A854) is unknown color: approx Pigment Green. HEX triplet: 13, A8 and 54. RGB value is (19,168,84). Sum of RGB (Red+Green+Blue) = 19+168+84=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 168 (66.02% from 255 or 61.99% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 168 - color contains mainly: green. Hex color #13A854 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A854 is #EC57AB. Grayscale: #727272. Windows color (decimal): -15488940 or 5548051. OLE color: 5548051.

HSL color Cylindrical-coordinate representation of color #13A854: hue angle of 146.17º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A854 is Cyan = 0.89, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.34.

Color convert

RGB1916884-
CMYK0.8900.50.34
HSL146.17º79.68%36.67%-
HSV(B)146.17º88.69%65.88%-
XYZ15.8728.7813.11-
YUV113.87111.1460.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.01%
GREEN value IS 168 (66.02% from 255) = 61.99%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=7.01%
G=61.99%
B=31.00%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal19168840.8900.50.34146.1779.6836.67
Hex13A8545903222925025
Octal232501241310624222212045
Binary1001110101000101010010110010110010100010100100101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13A854; }

 p { color: rgb(19,168,84); }

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

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

 a { background-color: rgb(19,168,84); }

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

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

 span { border-color: rgb(19,168,84); }

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