Html Css Color HEX #1AFAA1 Medium Spring Green

📋 copy color: '#1AFAA1'

red 26 ◦ green 250 ◦ blue 161

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

Shades of Medium Spring Green #1AFAA1

Tints of Medium Spring Green #1AFAA1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.21%

 BLUE value IS 161 (63.28% from 255) = 36.84%

R = 5.95%
G = 57.21%
B = 36.84%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#1AFAA1 (or 0x1AFAA1) is known color: Medium Spring Green. HEX triplet: 1A, FA and A1. RGB value is (26,250,161). Sum of RGB (Red+Green+Blue) = 26+250+161=437 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.95% from 437); Green value is 250 (98.05% from 255 or 57.21% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFAA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFAA1 is #E5055E. Grayscale: #ADADAD. Windows color (decimal): -15009119 or 10615322. OLE color: 10615322.

HSL color Cylindrical-coordinate representation of color #1AFAA1: hue angle of 156.16º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFAA1 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 250 161 -
CMYK 0.90 0 0.36 0.02
HSL 156.16º 0.96% 0.54% -
HSV(B) 156.16º 0.9% 0.98% -
XYZ 41.04 71.16 45.29 -
YUV 172.88 121.29 23.24 -
System Red Green Blue C M Y K H S L
Decimal 26 250 161 0.90 0 0.36 0.02 156.16 0.96 0.54
Hex 1A FA A1 5A 0 24 2 9C 60 36
Octal 32 372 241 132 0 44 2 234 140 66
Binary 11010 11111010 10100001 1011010 0 100100 10 10011100 1100000 110110

Color Harmonies of #1AFAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFAA1

Black with #1AFAA1

Text Example


Text Example

White with #1AFAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,250,161); }

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

background-color css

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

 a { background-color: rgb(26,250,161); }

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

border-color css

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

 span { border-color: rgb(26,250,161); }

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