Html Css Color HEX #13AA4C Pigment Green

📋 copy color: '#13AA4C'

red 19 ◦ green 170 ◦ blue 76

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

Shades of Pigment Green #13AA4C

Tints of Pigment Green #13AA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.68%

R = 7.17%
G = 64.15%
B = 28.68%

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

#13AA4C (or 0x13AA4C) is known color: Pigment Green. HEX triplet: 13, AA and 4C. RGB value is (19,170,76). Sum of RGB (Red+Green+Blue) = 19+170+76=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA4C is #EC55B3. Grayscale: #727272. Windows color (decimal): -15488436 or 5024275. OLE color: 5024275.

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

Color convert

RGB 19 170 76 -
CMYK 0.89 0 0.55 0.33
HSL 142.65º 0.8% 0.37% -
HSV(B) 142.65º 0.89% 0.67% -
XYZ 15.95 29.41 11.67 -
YUV 114.14 106.47 60.14 -
System Red Green Blue C M Y K H S L
Decimal 19 170 76 0.89 0 0.55 0.33 142.65 0.8 0.37
Hex 13 AA 4C 59 0 37 21 8F 50 25
Octal 23 252 114 131 0 67 41 217 120 45
Binary 10011 10101010 1001100 1011001 0 110111 100001 10001111 1010000 100101

Color Harmonies of #13AA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA4C

Black with #13AA4C

Text Example


Text Example

White with #13AA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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