#18A45C

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

Shades of Pigment Green #18A45C

Tints of Pigment Green #18A45C

Color information

#18A45C (or 0x18A45C) is unknown color: approx Pigment Green. HEX triplet: 18, A4 and 5C. RGB value is (24,164,92). Sum of RGB (Red+Green+Blue) = 24+164+92=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 164 (64.45% from 255 or 58.57% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 164 - color contains mainly: green. Hex color #18A45C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A45C is #E75BA3. Grayscale: #727272. Windows color (decimal): -15162276 or 6071320. OLE color: 6071320.

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

Color convert

RGB2416492-
CMYK0.8500.440.36
HSL149.14º74.47%36.86%-
HSV(B)149.14º85.37%64.31%-
XYZ15.5827.5214.62-
YUV113.93115.6263.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.57%
GREEN value IS 164 (64.45% from 255) = 58.57%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=8.57%
G=58.57%
B=32.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24164920.8500.440.36149.1474.4736.86
Hex18A45C5502C24954a25
Octal302441341250544422511245
Binary1100010100100101110010101010101100100100100101011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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