Html Css Color HEX #1AF0A1 Medium Spring Green

📋 copy color: '#1AF0A1'

red 26 ◦ green 240 ◦ blue 161

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

Shades of Medium Spring Green #1AF0A1

Tints of Medium Spring Green #1AF0A1

RGB

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

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

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

R = 6.09%
G = 56.21%
B = 37.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#1AF0A1 (or 0x1AF0A1) is known color: Medium Spring Green. HEX triplet: 1A, F0 and A1. RGB value is (26,240,161). Sum of RGB (Red+Green+Blue) = 26+240+161=427 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.09% from 427); Green value is 240 (94.14% from 255 or 56.21% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF0A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF0A1 is #E50F5E. Grayscale: #A7A7A7. Windows color (decimal): -15011679 or 10612762. OLE color: 10612762.

HSL color Cylindrical-coordinate representation of color #1AF0A1: hue angle of 157.85º 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 #1AF0A1 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 240 161 -
CMYK 0.89 0 0.33 0.06
HSL 157.85º 0.88% 0.52% -
HSV(B) 157.85º 0.89% 0.94% -
XYZ 38.02 65.11 44.28 -
YUV 167.01 124.6 27.42 -
System Red Green Blue C M Y K H S L
Decimal 26 240 161 0.89 0 0.33 0.06 157.85 0.88 0.52
Hex 1A F0 A1 59 0 21 6 9E 58 34
Octal 32 360 241 131 0 41 6 236 130 64
Binary 11010 11110000 10100001 1011001 0 100001 110 10011110 1011000 110100

Color Harmonies of #1AF0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF0A1

Black with #1AF0A1

Text Example


Text Example

White with #1AF0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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