Html Css Color HEX #18F0AA Medium Spring Green

📋 copy color: '#18F0AA'

red 24 ◦ green 240 ◦ blue 170

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

Shades of Medium Spring Green #18F0AA

Tints of Medium Spring Green #18F0AA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.3%

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

R = 5.53%
G = 55.3%
B = 39.17%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#18F0AA (or 0x18F0AA) is known color: Medium Spring Green. HEX triplet: 18, F0 and AA. RGB value is (24,240,170). Sum of RGB (Red+Green+Blue) = 24+240+170=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #18F0AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F0AA is #E70F55. Grayscale: #A7A7A7. Windows color (decimal): -15142742 or 11202584. OLE color: 11202584.

HSL color Cylindrical-coordinate representation of color #18F0AA: hue angle of 160.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F0AA is Cyan = 0.9, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 240 170 -
CMYK 0.9 0 0.29 0.06
HSL 160.56º 0.88% 0.52% -
HSV(B) 160.56º 0.9% 0.94% -
XYZ 38.79 65.42 48.61 -
YUV 167.44 129.44 25.69 -
System Red Green Blue C M Y K H S L
Decimal 24 240 170 0.9 0 0.29 0.06 160.56 0.88 0.52
Hex 18 F0 AA 5A 0 1D 6 A1 58 34
Octal 30 360 252 132 0 35 6 241 130 64
Binary 11000 11110000 10101010 1011010 0 11101 110 10100001 1011000 110100

Color Harmonies of #18F0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F0AA

Black with #18F0AA

Text Example


Text Example

White with #18F0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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