Html Css Color HEX #13A059 Pigment Green

📋 copy color: '#13A059'

red 19 ◦ green 160 ◦ blue 89

#13A059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #13A059

Tints of Pigment Green #13A059

RGB

 RED value IS 19 (7.81% from 255) = 7.09%

 GREEN value IS 160 (62.89% from 255) = 59.7%

 BLUE value IS 89 (35.16% from 255) = 33.21%

R = 7.09%
G = 59.7%
B = 33.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#13A059 (or 0x13A059) is known color: Pigment Green. HEX triplet: 13, A0 and 59. RGB value is (19,160,89). Sum of RGB (Red+Green+Blue) = 19+160+89=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #13A059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A059 is #EC5FA6. Grayscale: #6D6D6D. Windows color (decimal): -15490983 or 5873683. OLE color: 5873683.

HSL color Cylindrical-coordinate representation of color #13A059: hue angle of 149.79º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A059 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 160 89 -
CMYK 0.88 0 0.44 0.37
HSL 149.79º 0.79% 0.35% -
HSV(B) 149.79º 0.88% 0.63% -
XYZ 14.64 26 13.7 -
YUV 109.75 116.29 63.27 -
System Red Green Blue C M Y K H S L
Decimal 19 160 89 0.88 0 0.44 0.37 149.79 0.79 0.35
Hex 13 A0 59 58 0 2C 25 96 4F 23
Octal 23 240 131 130 0 54 45 226 117 43
Binary 10011 10100000 1011001 1011000 0 101100 100101 10010110 1001111 100011

Color Harmonies of #13A059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A059

Black with #13A059

Text Example


Text Example

White with #13A059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,160,89); }

 H1.HeaderClassName
 {
   color: #13A059;
 }
 .AnyTagClassName
 {
   color: #13A059;
 }
</style>

background-color css

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

 a { background-color: rgb(19,160,89); }

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

border-color css

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

 span { border-color: rgb(19,160,89); }

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