Html Css Color HEX #18A464 Shamrock Green

📋 copy color: '#18A464'

red 24 ◦ green 164 ◦ blue 100

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

Shades of Shamrock Green #18A464

Tints of Shamrock Green #18A464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.94%

 BLUE value IS 100 (39.45% from 255) = 34.72%

R = 8.33%
G = 56.94%
B = 34.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#18A464 (or 0x18A464) is known color: Shamrock Green. HEX triplet: 18, A4 and 64. RGB value is (24,164,100). Sum of RGB (Red+Green+Blue) = 24+164+100=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #18A464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A464 is #E75B9B. Grayscale: #727272. Windows color (decimal): -15162268 or 6595608. OLE color: 6595608.

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

Color convert

RGB 24 164 100 -
CMYK 0.85 0 0.39 0.36
HSL 152.57º 0.74% 0.37% -
HSV(B) 152.57º 0.85% 0.64% -
XYZ 15.95 27.67 16.56 -
YUV 114.84 119.62 63.2 -
System Red Green Blue C M Y K H S L
Decimal 24 164 100 0.85 0 0.39 0.36 152.57 0.74 0.37
Hex 18 A4 64 55 0 27 24 99 4A 25
Octal 30 244 144 125 0 47 44 231 112 45
Binary 11000 10100100 1100100 1010101 0 100111 100100 10011001 1001010 100101

Color Harmonies of #18A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A464

Black with #18A464

Text Example


Text Example

White with #18A464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,164,100); }

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

background-color css

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

 a { background-color: rgb(24,164,100); }

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

border-color css

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

 span { border-color: rgb(24,164,100); }

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