Html Css Color HEX #18FCAA Medium Spring Green

📋 copy color: '#18FCAA'

red 24 ◦ green 252 ◦ blue 170

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

Shades of Medium Spring Green #18FCAA

Tints of Medium Spring Green #18FCAA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.5%

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

R = 5.38%
G = 56.5%
B = 38.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#18FCAA (or 0x18FCAA) is known color: Medium Spring Green. HEX triplet: 18, FC and AA. RGB value is (24,252,170). Sum of RGB (Red+Green+Blue) = 24+252+170=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18FCAA is #E70355. Grayscale: #AEAEAE. Windows color (decimal): -15139670 or 11205656. OLE color: 11205656.

HSL color Cylindrical-coordinate representation of color #18FCAA: hue angle of 158.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FCAA is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 252 170 -
CMYK 0.90 0 0.33 0.01
HSL 158.42º 0.97% 0.54% -
HSV(B) 158.42º 0.9% 0.99% -
XYZ 42.44 72.72 49.83 -
YUV 174.48 125.46 20.67 -
System Red Green Blue C M Y K H S L
Decimal 24 252 170 0.90 0 0.33 0.01 158.42 0.97 0.54
Hex 18 FC AA 5A 0 21 1 9E 61 36
Octal 30 374 252 132 0 41 1 236 141 66
Binary 11000 11111100 10101010 1011010 0 100001 1 10011110 1100001 110110

Color Harmonies of #18FCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FCAA

Black with #18FCAA

Text Example


Text Example

White with #18FCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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