#18A544

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

Shades of Pigment Green #18A544

Tints of Pigment Green #18A544

Color information

#18A544 (or 0x18A544) is unknown color: approx Pigment Green. HEX triplet: 18, A5 and 44. RGB value is (24,165,68). Sum of RGB (Red+Green+Blue) = 24+165+68=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 165 (64.84% from 255 or 64.20% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 165 - color contains mainly: green. Hex color #18A544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A544 is #E75ABB. Grayscale: #707070. Windows color (decimal): -15162044 or 4498712. OLE color: 4498712.

HSL color Cylindrical-coordinate representation of color #18A544: hue angle of 138.72º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A544 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB2416568-
CMYK0.8500.590.35
HSL138.72º74.6%37.06%-
HSV(B)138.72º85.45%64.71%-
XYZ14.8827.5210-
YUV111.78103.2965.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.34%
GREEN value IS 165 (64.84% from 255) = 64.20%
BLUE value IS 68 (26.95% from 255) = 26.46%
R=9.34%
G=64.20%
B=26.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24165680.8500.590.35138.7274.637.06
Hex18A5445503B238b4b25
Octal302451041250734321311345
Binary1100010100101100010010101010111011100011100010111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,165,68); }

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

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

 a { background-color: rgb(24,165,68); }

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

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

 span { border-color: rgb(24,165,68); }

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