#18AA48

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

Shades of Pigment Green #18AA48

Tints of Pigment Green #18AA48

Color information

#18AA48 (or 0x18AA48) is unknown color: approx Pigment Green. HEX triplet: 18, AA and 48. RGB value is (24,170,72). Sum of RGB (Red+Green+Blue) = 24+170+72=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA48 is #E755B7. Grayscale: #737373. Windows color (decimal): -15160760 or 4762136. OLE color: 4762136.

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

Color convert

RGB2417072-
CMYK0.8600.580.33
HSL139.73º75.26%38.04%-
HSV(B)139.73º85.88%66.67%-
XYZ15.9229.4110.97-
YUV115.17103.6362.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.02%
GREEN value IS 170 (66.80% from 255) = 63.91%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=9.02%
G=63.91%
B=27.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24170720.8600.580.33139.7375.2638.04
Hex18AA485603A218c4b26
Octal302521101260724121411346
Binary1100010101010100100010101100111010100001100011001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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