#18A861

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

Shades of Shamrock Green #18A861

Tints of Shamrock Green #18A861

Color information

#18A861 (or 0x18A861) is unknown color: approx Shamrock Green. HEX triplet: 18, A8 and 61. RGB value is (24,168,97). Sum of RGB (Red+Green+Blue) = 24+168+97=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 168 (66.02% from 255 or 58.13% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 168 - color contains mainly: green. Hex color #18A861 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A861 is #E7579E. Grayscale: #747474. Windows color (decimal): -15161247 or 6400024. OLE color: 6400024.

HSL color Cylindrical-coordinate representation of color #18A861: hue angle of 150.42º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A861 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB2416897-
CMYK0.8600.420.34
HSL150.42º75%37.65%-
HSV(B)150.42º85.71%65.88%-
XYZ16.5429.0616.05-
YUV116.85116.7961.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.30%
GREEN value IS 168 (66.02% from 255) = 58.13%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=8.30%
G=58.13%
B=33.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal24168970.8600.420.34150.427537.65
Hex18A8615602A22964b26
Octal302501411260524222611346
Binary1100010101000110000110101100101010100010100101101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,168,97); }

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

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

 a { background-color: rgb(24,168,97); }

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

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

 span { border-color: rgb(24,168,97); }

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