#18AA4A

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

Shades of Pigment Green #18AA4A

Tints of Pigment Green #18AA4A

Color information

#18AA4A (or 0x18AA4A) is unknown color: approx Pigment Green. HEX triplet: 18, AA and 4A. RGB value is (24,170,74). Sum of RGB (Red+Green+Blue) = 24+170+74=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA4A is #E755B5. Grayscale: #737373. Windows color (decimal): -15160758 or 4893208. OLE color: 4893208.

HSL color Cylindrical-coordinate representation of color #18AA4A: hue angle of 140.55º 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 #18AA4A is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB2417074-
CMYK0.8600.560.33
HSL140.55º75.26%38.04%-
HSV(B)140.55º85.88%66.67%-
XYZ15.9929.4411.32-
YUV115.4104.6362.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 170 (66.80% from 255) = 63.43%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=8.96%
G=63.43%
B=27.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24170740.8600.560.33140.5575.2638.04
Hex18AA4A56038218d4b26
Octal302521121260704121511346
Binary1100010101010100101010101100111000100001100011011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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