#13B25A

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

Shades of Pigment Green #13B25A

Tints of Pigment Green #13B25A

Color information

#13B25A (or 0x13B25A) is unknown color: approx Pigment Green. HEX triplet: 13, B2 and 5A. RGB value is (19,178,90). Sum of RGB (Red+Green+Blue) = 19+178+90=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 178 (69.92% from 255 or 62.02% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 178 - color contains mainly: green. Hex color #13B25A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B25A is #EC4DA5. Grayscale: #787878. Windows color (decimal): -15486374 or 5943827. OLE color: 5943827.

HSL color Cylindrical-coordinate representation of color #13B25A: hue angle of 146.79º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B25A is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1917890-
CMYK0.8900.490.30
HSL146.79º80.71%38.63%-
HSV(B)146.79º89.33%69.8%-
XYZ18.0332.7215.04-
YUV120.43110.8255.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.62%
GREEN value IS 178 (69.92% from 255) = 62.02%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=6.62%
G=62.02%
B=31.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19178900.8900.490.30146.7980.7138.63
Hex13B25A590311E935127
Octal232621321310613622312147
Binary100111011001010110101011001011000111110100100111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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