Html Css Color HEX #18F5AF Medium Spring Green

📋 copy color: '#18F5AF'

red 24 ◦ green 245 ◦ blue 175

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

Shades of Medium Spring Green #18F5AF

Tints of Medium Spring Green #18F5AF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 55.18%

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

R = 5.41%
G = 55.18%
B = 39.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#18F5AF (or 0x18F5AF) is known color: Medium Spring Green. HEX triplet: 18, F5 and AF. RGB value is (24,245,175). Sum of RGB (Red+Green+Blue) = 24+245+175=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 245 (96.09% from 255 or 55.18% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 245 - color contains mainly: green. Hex color #18F5AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F5AF is #E70A50. Grayscale: #AAAAAA. Windows color (decimal): -15141457 or 11531544. OLE color: 11531544.

HSL color Cylindrical-coordinate representation of color #18F5AF: hue angle of 161º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F5AF is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 245 175 -
CMYK 0.90 0 0.29 0.04
HSL 161º 0.92% 0.53% -
HSV(B) 161º 0.9% 0.96% -
XYZ 40.77 68.59 51.65 -
YUV 170.94 130.28 23.19 -
System Red Green Blue C M Y K H S L
Decimal 24 245 175 0.90 0 0.29 0.04 161 0.92 0.53
Hex 18 F5 AF 5A 0 1D 4 A1 5C 35
Octal 30 365 257 132 0 35 4 241 134 65
Binary 11000 11110101 10101111 1011010 0 11101 100 10100001 1011100 110101

Color Harmonies of #18F5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F5AF

Black with #18F5AF

Text Example


Text Example

White with #18F5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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