#18AA49

Color #18AA49 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #18AA49

Tints of Pigment Green #18AA49

Color information

#18AA49 (or 0x18AA49) is unknown color: approx Pigment Green. HEX triplet: 18, AA and 49. RGB value is (24,170,73). Sum of RGB (Red+Green+Blue) = 24+170+73=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA49 is #E755B6. Grayscale: #737373. Windows color (decimal): -15160759 or 4827672. OLE color: 4827672.

HSL color Cylindrical-coordinate representation of color #18AA49: hue angle of 140.14º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA49 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB2417073-
CMYK0.8600.570.33
HSL140.14º75.26%38.04%-
HSV(B)140.14º85.88%66.67%-
XYZ15.9529.4211.14-
YUV115.29104.1362.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 170 (66.80% from 255) = 63.67%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=8.99%
G=63.67%
B=27.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24170730.8600.570.33140.1475.2638.04
Hex18AA4956039218c4b26
Octal302521111260714121411346
Binary1100010101010100100110101100111001100001100011001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18AA49; }

 p { color: rgb(24,170,73); }

 H1.HeaderClassName
 {
   color: #18AA49;
 }
 .AnyTagClassName
 {
   color: #18AA49;
 }
</style>
background-color css

<style>
 a { background-color: #18AA49; }

 a { background-color: rgb(24,170,73); }

 div.DivClassName
 {
   background-color: #18AA49;
 }
 .BgClassName
 {
   background-color: #18AA49;
 }
</style>
border-color css

<style>
 span { border-color: #18AA49; }

 span { border-color: rgb(24,170,73); }

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