Html Css Color HEX #18A060 Shamrock Green

📋 copy color: '#18A060'

red 24 ◦ green 160 ◦ blue 96

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

Shades of Shamrock Green #18A060

Tints of Shamrock Green #18A060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 57.14%

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

R = 8.57%
G = 57.14%
B = 34.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#18A060 (or 0x18A060) is known color: Shamrock Green. HEX triplet: 18, A0 and 60. RGB value is (24,160,96). Sum of RGB (Red+Green+Blue) = 24+160+96=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #18A060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A060 is #E75F9F. Grayscale: #707070. Windows color (decimal): -15163296 or 6332440. OLE color: 6332440.

HSL color Cylindrical-coordinate representation of color #18A060: hue angle of 151.76º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A060 is Cyan = 0.85, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 160 96 -
CMYK 0.85 0 0.4 0.37
HSL 151.76º 0.74% 0.36% -
HSV(B) 151.76º 0.85% 0.63% -
XYZ 15.06 26.18 15.33 -
YUV 112.04 118.94 65.2 -
System Red Green Blue C M Y K H S L
Decimal 24 160 96 0.85 0 0.4 0.37 151.76 0.74 0.36
Hex 18 A0 60 55 0 28 25 98 4A 24
Octal 30 240 140 125 0 50 45 230 112 44
Binary 11000 10100000 1100000 1010101 0 101000 100101 10011000 1001010 100100

Color Harmonies of #18A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A060

Black with #18A060

Text Example


Text Example

White with #18A060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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