Html Css Color HEX #18AA60 Shamrock Green

📋 copy color: '#18AA60'

red 24 ◦ green 170 ◦ blue 96

#18AA60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #18AA60

Tints of Shamrock Green #18AA60

RGB

 RED value IS 24 (9.77% from 255) = 8.28%

 GREEN value IS 170 (66.8% from 255) = 58.62%

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 8.28%
G = 58.62%
B = 33.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#18AA60 (or 0x18AA60) is known color: Shamrock Green. HEX triplet: 18, AA and 60. RGB value is (24,170,96). Sum of RGB (Red+Green+Blue) = 24+170+96=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AA60 is #E7559F. Grayscale: #767676. Windows color (decimal): -15160736 or 6335000. OLE color: 6335000.

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

Color convert

RGB 24 170 96 -
CMYK 0.86 0 0.44 0.33
HSL 149.59º 0.75% 0.38% -
HSV(B) 149.59º 0.86% 0.67% -
XYZ 16.86 29.79 15.93 -
YUV 117.91 115.63 61.02 -
System Red Green Blue C M Y K H S L
Decimal 24 170 96 0.86 0 0.44 0.33 149.59 0.75 0.38
Hex 18 AA 60 56 0 2C 21 96 4B 26
Octal 30 252 140 126 0 54 41 226 113 46
Binary 11000 10101010 1100000 1010110 0 101100 100001 10010110 1001011 100110

Color Harmonies of #18AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA60

Black with #18AA60

Text Example


Text Example

White with #18AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18AA60;
 }
 .AnyTagClassName
 {
   color: #18AA60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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