Html Css Color HEX #18F0AF Medium Spring Green

📋 copy color: '#18F0AF'

red 24 ◦ green 240 ◦ blue 175

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

Shades of Medium Spring Green #18F0AF

Tints of Medium Spring Green #18F0AF

RGB

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

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

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

R = 5.47%
G = 54.67%
B = 39.86%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#18F0AF (or 0x18F0AF) is known color: Medium Spring Green. HEX triplet: 18, F0 and AF. RGB value is (24,240,175). Sum of RGB (Red+Green+Blue) = 24+240+175=439 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.47% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #18F0AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F0AF is #E70F50. Grayscale: #A8A8A8. Windows color (decimal): -15142737 or 11530264. OLE color: 11530264.

HSL color Cylindrical-coordinate representation of color #18F0AF: hue angle of 161.94º 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 #18F0AF is Cyan = 0.9, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 240 175 -
CMYK 0.9 0 0.27 0.06
HSL 161.94º 0.88% 0.52% -
HSV(B) 161.94º 0.9% 0.94% -
XYZ 39.27 65.61 51.15 -
YUV 168.01 131.94 25.29 -
System Red Green Blue C M Y K H S L
Decimal 24 240 175 0.9 0 0.27 0.06 161.94 0.88 0.52
Hex 18 F0 AF 5A 0 1B 6 A2 58 34
Octal 30 360 257 132 0 33 6 242 130 64
Binary 11000 11110000 10101111 1011010 0 11011 110 10100010 1011000 110100

Color Harmonies of #18F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F0AF

Black with #18F0AF

Text Example


Text Example

White with #18F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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