Html Css Color HEX #1AF1AE Medium Spring Green

📋 copy color: '#1AF1AE'

red 26 ◦ green 241 ◦ blue 174

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

Shades of Medium Spring Green #1AF1AE

Tints of Medium Spring Green #1AF1AE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.65%

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

R = 5.9%
G = 54.65%
B = 39.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#1AF1AE (or 0x1AF1AE) is known color: Medium Spring Green. HEX triplet: 1A, F1 and AE. RGB value is (26,241,174). Sum of RGB (Red+Green+Blue) = 26+241+174=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF1AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF1AE is #E50E51. Grayscale: #A9A9A9. Windows color (decimal): -15011410 or 11464986. OLE color: 11464986.

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

Color convert

RGB 26 241 174 -
CMYK 0.89 0 0.28 0.05
HSL 161.3º 0.88% 0.52% -
HSV(B) 161.3º 0.89% 0.95% -
XYZ 39.52 66.19 50.74 -
YUV 169.08 130.77 25.95 -
System Red Green Blue C M Y K H S L
Decimal 26 241 174 0.89 0 0.28 0.05 161.3 0.88 0.52
Hex 1A F1 AE 59 0 1C 5 A1 58 34
Octal 32 361 256 131 0 34 5 241 130 64
Binary 11010 11110001 10101110 1011001 0 11100 101 10100001 1011000 110100

Color Harmonies of #1AF1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF1AE

Black with #1AF1AE

Text Example


Text Example

White with #1AF1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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