#18A363

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

Shades of Shamrock Green #18A363

Tints of Shamrock Green #18A363

Color information

#18A363 (or 0x18A363) is unknown color: approx Shamrock Green. HEX triplet: 18, A3 and 63. RGB value is (24,163,99). Sum of RGB (Red+Green+Blue) = 24+163+99=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #18A363 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A363 is #E75C9C. Grayscale: #727272. Windows color (decimal): -15162525 or 6529816. OLE color: 6529816.

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

Color convert

RGB2416399-
CMYK0.8500.390.36
HSL152.37º74.33%36.67%-
HSV(B)152.37º85.28%63.92%-
XYZ15.7327.2916.24-
YUV114.14119.4563.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.39%
GREEN value IS 163 (64.06% from 255) = 56.99%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=8.39%
G=56.99%
B=34.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24163990.8500.390.36152.3774.3336.67
Hex18A3635502724984a25
Octal302431431250474423011245
Binary1100010100011110001110101010100111100100100110001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,163,99); }

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

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

 a { background-color: rgb(24,163,99); }

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

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

 span { border-color: rgb(24,163,99); }

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