Html Css Color HEX #1AFCA6 Medium Spring Green

📋 copy color: '#1AFCA6'

red 26 ◦ green 252 ◦ blue 166

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

Shades of Medium Spring Green #1AFCA6

Tints of Medium Spring Green #1AFCA6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.76%

 BLUE value IS 166 (65.23% from 255) = 37.39%

R = 5.86%
G = 56.76%
B = 37.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#1AFCA6 (or 0x1AFCA6) is known color: Medium Spring Green. HEX triplet: 1A, FC and A6. RGB value is (26,252,166). Sum of RGB (Red+Green+Blue) = 26+252+166=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFCA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFCA6 is #E50359. Grayscale: #AEAEAE. Windows color (decimal): -15008602 or 10943514. OLE color: 10943514.

HSL color Cylindrical-coordinate representation of color #1AFCA6: hue angle of 157.17º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFCA6 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 26 252 166 -
CMYK 0.90 0 0.34 0.01
HSL 157.17º 0.97% 0.55% -
HSV(B) 157.17º 0.9% 0.99% -
XYZ 42.12 72.59 47.87 -
YUV 174.62 123.13 21.99 -
System Red Green Blue C M Y K H S L
Decimal 26 252 166 0.90 0 0.34 0.01 157.17 0.97 0.55
Hex 1A FC A6 5A 0 22 1 9D 61 37
Octal 32 374 246 132 0 42 1 235 141 67
Binary 11010 11111100 10100110 1011010 0 100010 1 10011101 1100001 110111

Color Harmonies of #1AFCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFCA6

Black with #1AFCA6

Text Example


Text Example

White with #1AFCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,252,166); }

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

background-color css

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

 a { background-color: rgb(26,252,166); }

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

border-color css

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

 span { border-color: rgb(26,252,166); }

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