Html Css Color HEX #18FFAA Medium Spring Green

📋 copy color: '#18FFAA'

red 24 ◦ green 255 ◦ blue 170

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

Shades of Medium Spring Green #18FFAA

Tints of Medium Spring Green #18FFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 56.79%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 5.35%
G = 56.79%
B = 37.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#18FFAA (or 0x18FFAA) is known color: Medium Spring Green. HEX triplet: 18, FF and AA. RGB value is (24,255,170). Sum of RGB (Red+Green+Blue) = 24+255+170=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18FFAA is #E70055. Grayscale: #B0B0B0. Windows color (decimal): -15138902 or 11206424. OLE color: 11206424.

HSL color Cylindrical-coordinate representation of color #18FFAA: hue angle of 157.92º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FFAA is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 24 255 170 -
CMYK 0.91 0 0.33 0
HSL 157.92º 1% 0.55% -
HSV(B) 157.92º 0.91% 1% -
XYZ 43.39 74.62 50.15 -
YUV 176.24 124.47 19.41 -
System Red Green Blue C M Y K H S L
Decimal 24 255 170 0.91 0 0.33 0 157.92 1 0.55
Hex 18 FF AA 5B 0 21 0 9E 64 37
Octal 30 377 252 133 0 41 0 236 144 67
Binary 11000 11111111 10101010 1011011 0 100001 0 10011110 1100100 110111

Color Harmonies of #18FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FFAA

Black with #18FFAA

Text Example


Text Example

White with #18FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,255,170); }

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

background-color css

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

 a { background-color: rgb(24,255,170); }

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

border-color css

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

 span { border-color: rgb(24,255,170); }

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