Html Css Color HEX #1AF0AE Medium Spring Green

📋 copy color: '#1AF0AE'

red 26 ◦ green 240 ◦ blue 174

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

Shades of Medium Spring Green #1AF0AE

Tints of Medium Spring Green #1AF0AE

RGB

 RED value IS 26 (10.55% from 255) = 5.91%

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

 BLUE value IS 174 (68.36% from 255) = 39.55%

R = 5.91%
G = 54.55%
B = 39.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#1AF0AE (or 0x1AF0AE) is known color: Medium Spring Green. HEX triplet: 1A, F0 and AE. RGB value is (26,240,174). Sum of RGB (Red+Green+Blue) = 26+240+174=440 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.91% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF0AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF0AE is #E50F51. Grayscale: #A8A8A8. Windows color (decimal): -15011666 or 11464730. OLE color: 11464730.

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

Color convert

RGB 26 240 174 -
CMYK 0.89 0 0.28 0.06
HSL 161.5º 0.88% 0.52% -
HSV(B) 161.5º 0.89% 0.94% -
XYZ 39.23 65.6 50.64 -
YUV 168.49 131.1 26.37 -
System Red Green Blue C M Y K H S L
Decimal 26 240 174 0.89 0 0.28 0.06 161.5 0.88 0.52
Hex 1A F0 AE 59 0 1C 6 A1 58 34
Octal 32 360 256 131 0 34 6 241 130 64
Binary 11010 11110000 10101110 1011001 0 11100 110 10100001 1011000 110100

Color Harmonies of #1AF0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF0AE

Black with #1AF0AE

Text Example


Text Example

White with #1AF0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AF0AE; }

 p { color: rgb(26,240,174); }

 H1.HeaderClassName
 {
   color: #1AF0AE;
 }
 .AnyTagClassName
 {
   color: #1AF0AE;
 }
</style>

background-color css

<style>
 a { background-color: #1AF0AE; }

 a { background-color: rgb(26,240,174); }

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

border-color css

<style>
 span { border-color: #1AF0AE; }

 span { border-color: rgb(26,240,174); }

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