#13A852

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

Shades of Pigment Green #13A852

Tints of Pigment Green #13A852

Color information

#13A852 (or 0x13A852) is unknown color: approx Pigment Green. HEX triplet: 13, A8 and 52. RGB value is (19,168,82). Sum of RGB (Red+Green+Blue) = 19+168+82=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 168 (66.02% from 255 or 62.45% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 168 - color contains mainly: green. Hex color #13A852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A852 is #EC57AD. Grayscale: #717171. Windows color (decimal): -15488942 or 5416979. OLE color: 5416979.

HSL color Cylindrical-coordinate representation of color #13A852: hue angle of 145.37º 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 #13A852 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB1916882-
CMYK0.8900.510.34
HSL145.37º79.68%36.67%-
HSV(B)145.37º88.69%65.88%-
XYZ15.7928.7512.7-
YUV113.64110.1460.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.06%
GREEN value IS 168 (66.02% from 255) = 62.45%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=7.06%
G=62.45%
B=30.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal19168820.8900.510.34145.3779.6836.67
Hex13A8525903322915025
Octal232501221310634222112045
Binary1001110101000101001010110010110011100010100100011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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