Html Css Color HEX #13AA54 Pigment Green

📋 copy color: '#13AA54'

red 19 ◦ green 170 ◦ blue 84

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

Shades of Pigment Green #13AA54

Tints of Pigment Green #13AA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 6.96%
G = 62.27%
B = 30.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#13AA54 (or 0x13AA54) is known color: Pigment Green. HEX triplet: 13, AA and 54. RGB value is (19,170,84). Sum of RGB (Red+Green+Blue) = 19+170+84=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA54 is #EC55AB. Grayscale: #737373. Windows color (decimal): -15488428 or 5548563. OLE color: 5548563.

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

Color convert

RGB 19 170 84 -
CMYK 0.89 0 0.51 0.33
HSL 145.83º 0.8% 0.37% -
HSV(B) 145.83º 0.89% 0.67% -
XYZ 16.24 29.53 13.23 -
YUV 115.05 110.47 59.49 -
System Red Green Blue C M Y K H S L
Decimal 19 170 84 0.89 0 0.51 0.33 145.83 0.8 0.37
Hex 13 AA 54 59 0 33 21 92 50 25
Octal 23 252 124 131 0 63 41 222 120 45
Binary 10011 10101010 1010100 1011001 0 110011 100001 10010010 1010000 100101

Color Harmonies of #13AA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA54

Black with #13AA54

Text Example


Text Example

White with #13AA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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