Html Css Color HEX #13AA4D Pigment Green

📋 copy color: '#13AA4D'

red 19 ◦ green 170 ◦ blue 77

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

Shades of Pigment Green #13AA4D

Tints of Pigment Green #13AA4D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 63.91%

 BLUE value IS 77 (30.47% from 255) = 28.95%

R = 7.14%
G = 63.91%
B = 28.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#13AA4D (or 0x13AA4D) is known color: Pigment Green. HEX triplet: 13, AA and 4D. RGB value is (19,170,77). Sum of RGB (Red+Green+Blue) = 19+170+77=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA4D is #EC55B2. Grayscale: #727272. Windows color (decimal): -15488435 or 5089811. OLE color: 5089811.

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

Color convert

RGB 19 170 77 -
CMYK 0.89 0 0.55 0.33
HSL 143.05º 0.8% 0.37% -
HSV(B) 143.05º 0.89% 0.67% -
XYZ 15.98 29.42 11.86 -
YUV 114.25 106.97 60.06 -
System Red Green Blue C M Y K H S L
Decimal 19 170 77 0.89 0 0.55 0.33 143.05 0.8 0.37
Hex 13 AA 4D 59 0 37 21 8F 50 25
Octal 23 252 115 131 0 67 41 217 120 45
Binary 10011 10101010 1001101 1011001 0 110111 100001 10001111 1010000 100101

Color Harmonies of #13AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA4D

Black with #13AA4D

Text Example


Text Example

White with #13AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,170,77); }

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

background-color css

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

 a { background-color: rgb(19,170,77); }

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

border-color css

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

 span { border-color: rgb(19,170,77); }

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