Html Css Color HEX #18A360 Shamrock Green

📋 copy color: '#18A360'

red 24 ◦ green 163 ◦ blue 96

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

Shades of Shamrock Green #18A360

Tints of Shamrock Green #18A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 57.6%

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

R = 8.48%
G = 57.6%
B = 33.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#18A360 (or 0x18A360) is known color: Shamrock Green. HEX triplet: 18, A3 and 60. RGB value is (24,163,96). Sum of RGB (Red+Green+Blue) = 24+163+96=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #18A360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A360 is #E75C9F. Grayscale: #717171. Windows color (decimal): -15162528 or 6333208. OLE color: 6333208.

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

Color convert

RGB 24 163 96 -
CMYK 0.85 0 0.41 0.36
HSL 151.08º 0.74% 0.37% -
HSV(B) 151.08º 0.85% 0.64% -
XYZ 15.59 27.23 15.5 -
YUV 113.8 117.95 63.95 -
System Red Green Blue C M Y K H S L
Decimal 24 163 96 0.85 0 0.41 0.36 151.08 0.74 0.37
Hex 18 A3 60 55 0 29 24 97 4A 25
Octal 30 243 140 125 0 51 44 227 112 45
Binary 11000 10100011 1100000 1010101 0 101001 100100 10010111 1001010 100101

Color Harmonies of #18A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A360

Black with #18A360

Text Example


Text Example

White with #18A360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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