#18A460

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

Shades of Shamrock Green #18A460

Tints of Shamrock Green #18A460

Color information

#18A460 (or 0x18A460) is unknown color: approx Shamrock Green. HEX triplet: 18, A4 and 60. RGB value is (24,164,96). Sum of RGB (Red+Green+Blue) = 24+164+96=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 164 (64.45% from 255 or 57.75% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 164 - color contains mainly: green. Hex color #18A460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A460 is #E75B9F. Grayscale: #727272. Windows color (decimal): -15162272 or 6333464. OLE color: 6333464.

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

Color convert

RGB2416496-
CMYK0.8500.410.36
HSL150.86º74.47%36.86%-
HSV(B)150.86º85.37%64.31%-
XYZ15.7627.5915.56-
YUV114.39117.6263.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.45%
GREEN value IS 164 (64.45% from 255) = 57.75%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=8.45%
G=57.75%
B=33.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24164960.8500.410.36150.8674.4736.86
Hex18A4605502924974a25
Octal302441401250514422711245
Binary1100010100100110000010101010101001100100100101111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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