#18A545

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

Shades of Pigment Green #18A545

Tints of Pigment Green #18A545

Color information

#18A545 (or 0x18A545) is unknown color: approx Pigment Green. HEX triplet: 18, A5 and 45. RGB value is (24,165,69). Sum of RGB (Red+Green+Blue) = 24+165+69=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #18A545 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A545 is #E75ABA. Grayscale: #707070. Windows color (decimal): -15162043 or 4564248. OLE color: 4564248.

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

Color convert

RGB2416569-
CMYK0.8500.580.35
HSL139.15º74.6%37.06%-
HSV(B)139.15º85.45%64.71%-
XYZ14.9127.5310.16-
YUV111.9103.7965.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.30%
GREEN value IS 165 (64.84% from 255) = 63.95%
BLUE value IS 69 (27.34% from 255) = 26.74%
R=9.30%
G=63.95%
B=26.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24165690.8500.580.35139.1574.637.06
Hex18A5455503A238b4b25
Octal302451051250724321311345
Binary1100010100101100010110101010111010100011100010111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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