Html Css Color HEX #18A560 Shamrock Green

📋 copy color: '#18A560'

red 24 ◦ green 165 ◦ blue 96

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

Shades of Shamrock Green #18A560

Tints of Shamrock Green #18A560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 57.89%

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

R = 8.42%
G = 57.89%
B = 33.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#18A560 (or 0x18A560) is known color: Shamrock Green. HEX triplet: 18, A5 and 60. RGB value is (24,165,96). Sum of RGB (Red+Green+Blue) = 24+165+96=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #18A560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A560 is #E75A9F. Grayscale: #737373. Windows color (decimal): -15162016 or 6333720. OLE color: 6333720.

HSL color Cylindrical-coordinate representation of color #18A560: hue angle of 150.64º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A560 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 165 96 -
CMYK 0.85 0 0.42 0.35
HSL 150.64º 0.75% 0.37% -
HSV(B) 150.64º 0.85% 0.65% -
XYZ 15.94 27.95 15.62 -
YUV 114.98 117.29 63.11 -
System Red Green Blue C M Y K H S L
Decimal 24 165 96 0.85 0 0.42 0.35 150.64 0.75 0.37
Hex 18 A5 60 55 0 2A 23 97 4B 25
Octal 30 245 140 125 0 52 43 227 113 45
Binary 11000 10100101 1100000 1010101 0 101010 100011 10010111 1001011 100101

Color Harmonies of #18A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A560

Black with #18A560

Text Example


Text Example

White with #18A560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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