Html Css Color HEX #18FFAF Medium Spring Green

📋 copy color: '#18FFAF'

red 24 ◦ green 255 ◦ blue 175

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

Shades of Medium Spring Green #18FFAF

Tints of Medium Spring Green #18FFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 5.29%
G = 56.17%
B = 38.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#18FFAF (or 0x18FFAF) is known color: Medium Spring Green. HEX triplet: 18, FF and AF. RGB value is (24,255,175). Sum of RGB (Red+Green+Blue) = 24+255+175=454 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.29% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18FFAF is #E70050. Grayscale: #B0B0B0. Windows color (decimal): -15138897 or 11534104. OLE color: 11534104.

HSL color Cylindrical-coordinate representation of color #18FFAF: hue angle of 159.22º 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 #18FFAF is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 24 255 175 -
CMYK 0.91 0 0.31 0
HSL 159.22º 1% 0.55% -
HSV(B) 159.22º 0.91% 1% -
XYZ 43.87 74.81 52.68 -
YUV 176.81 126.97 19 -
System Red Green Blue C M Y K H S L
Decimal 24 255 175 0.91 0 0.31 0 159.22 1 0.55
Hex 18 FF AF 5B 0 1F 0 9F 64 37
Octal 30 377 257 133 0 37 0 237 144 67
Binary 11000 11111111 10101111 1011011 0 11111 0 10011111 1100100 110111

Color Harmonies of #18FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FFAF

Black with #18FFAF

Text Example


Text Example

White with #18FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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