#18A557

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

Shades of Pigment Green #18A557

Tints of Pigment Green #18A557

Color information

#18A557 (or 0x18A557) is unknown color: approx Pigment Green. HEX triplet: 18, A5 and 57. RGB value is (24,165,87). Sum of RGB (Red+Green+Blue) = 24+165+87=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #18A557 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A557 is #E75AA8. Grayscale: #727272. Windows color (decimal): -15162025 or 5743896. OLE color: 5743896.

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

Color convert

RGB2416587-
CMYK0.8500.470.35
HSL146.81º74.6%37.06%-
HSV(B)146.81º85.45%64.71%-
XYZ15.5527.7913.56-
YUV113.95112.7963.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.70%
GREEN value IS 165 (64.84% from 255) = 59.78%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=8.70%
G=59.78%
B=31.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24165870.8500.470.35146.8174.637.06
Hex18A5575502F23934b25
Octal302451271250574322311345
Binary1100010100101101011110101010101111100011100100111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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