Html Css Color HEX #13AA4E Pigment Green

📋 copy color: '#13AA4E'

red 19 ◦ green 170 ◦ blue 78

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

Shades of Pigment Green #13AA4E

Tints of Pigment Green #13AA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.21%

R = 7.12%
G = 63.67%
B = 29.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#13AA4E (or 0x13AA4E) is known color: Pigment Green. HEX triplet: 13, AA and 4E. RGB value is (19,170,78). Sum of RGB (Red+Green+Blue) = 19+170+78=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA4E is #EC55B1. Grayscale: #727272. Windows color (decimal): -15488434 or 5155347. OLE color: 5155347.

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

Color convert

RGB 19 170 78 -
CMYK 0.89 0 0.54 0.33
HSL 143.44º 0.8% 0.37% -
HSV(B) 143.44º 0.89% 0.67% -
XYZ 16.02 29.44 12.05 -
YUV 114.36 107.47 59.98 -
System Red Green Blue C M Y K H S L
Decimal 19 170 78 0.89 0 0.54 0.33 143.44 0.8 0.37
Hex 13 AA 4E 59 0 36 21 8F 50 25
Octal 23 252 116 131 0 66 41 217 120 45
Binary 10011 10101010 1001110 1011001 0 110110 100001 10001111 1010000 100101

Color Harmonies of #13AA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA4E

Black with #13AA4E

Text Example


Text Example

White with #13AA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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