Html Css Color HEX #18A463 Shamrock Green

📋 copy color: '#18A463'

red 24 ◦ green 164 ◦ blue 99

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

Shades of Shamrock Green #18A463

Tints of Shamrock Green #18A463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.49%

R = 8.36%
G = 57.14%
B = 34.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#18A463 (or 0x18A463) is known color: Shamrock Green. HEX triplet: 18, A4 and 63. RGB value is (24,164,99). Sum of RGB (Red+Green+Blue) = 24+164+99=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 164 (64.45% from 255 or 57.14% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 164 - color contains mainly: green. Hex color #18A463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A463 is #E75B9C. Grayscale: #727272. Windows color (decimal): -15162269 or 6530072. OLE color: 6530072.

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

Color convert

RGB 24 164 99 -
CMYK 0.85 0 0.40 0.36
HSL 152.14º 0.74% 0.37% -
HSV(B) 152.14º 0.85% 0.64% -
XYZ 15.9 27.65 16.3 -
YUV 114.73 119.12 63.29 -
System Red Green Blue C M Y K H S L
Decimal 24 164 99 0.85 0 0.40 0.36 152.14 0.74 0.37
Hex 18 A4 63 55 0 28 24 98 4A 25
Octal 30 244 143 125 0 50 44 230 112 45
Binary 11000 10100100 1100011 1010101 0 101000 100100 10011000 1001010 100101

Color Harmonies of #18A463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A463

Black with #18A463

Text Example


Text Example

White with #18A463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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