#18A452

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

Shades of Pigment Green #18A452

Tints of Pigment Green #18A452

Color information

#18A452 (or 0x18A452) is unknown color: approx Pigment Green. HEX triplet: 18, A4 and 52. RGB value is (24,164,82). Sum of RGB (Red+Green+Blue) = 24+164+82=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 164 (64.45% from 255 or 60.74% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 164 - color contains mainly: green. Hex color #18A452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A452 is #E75BAD. Grayscale: #707070. Windows color (decimal): -15162286 or 5415960. OLE color: 5415960.

HSL color Cylindrical-coordinate representation of color #18A452: hue angle of 144.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A452 is Cyan = 0.85, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB2416482-
CMYK0.8500.50.36
HSL144.86º74.47%36.86%-
HSV(B)144.86º85.37%64.31%-
XYZ15.1827.3512.46-
YUV112.79110.6264.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.89%
GREEN value IS 164 (64.45% from 255) = 60.74%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=8.89%
G=60.74%
B=30.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24164820.8500.50.36144.8674.4736.86
Hex18A4525503224914a25
Octal302441221250624422111245
Binary1100010100100101001010101010110010100100100100011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,164,82); }

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

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

 a { background-color: rgb(24,164,82); }

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

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

 span { border-color: rgb(24,164,82); }

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