#13A95A

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

Shades of Pigment Green #13A95A

Tints of Pigment Green #13A95A

Color information

#13A95A (or 0x13A95A) is unknown color: approx Pigment Green. HEX triplet: 13, A9 and 5A. RGB value is (19,169,90). Sum of RGB (Red+Green+Blue) = 19+169+90=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 169 (66.41% from 255 or 60.79% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 169 - color contains mainly: green. Hex color #13A95A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A95A is #EC56A5. Grayscale: #737373. Windows color (decimal): -15488678 or 5941523. OLE color: 5941523.

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

Color convert

RGB1916990-
CMYK0.8900.470.34
HSL148.4º79.79%36.86%-
HSV(B)148.4º88.76%66.27%-
XYZ16.329.2514.46-
YUV115.14113.859.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 169 (66.41% from 255) = 60.79%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=6.83%
G=60.79%
B=32.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal19169900.8900.470.34148.479.7936.86
Hex13A95A5902F22945025
Octal232511321310574222412045
Binary1001110101001101101010110010101111100010100101001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,169,90); }

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

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

 a { background-color: rgb(19,169,90); }

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

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

 span { border-color: rgb(19,169,90); }

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