#1AFCA5

Color #1AFCA5 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #1AFCA5

Tints of Medium Spring Green #1AFCA5

Color information

#1AFCA5 (or 0x1AFCA5) is unknown color: approx Medium Spring Green. HEX triplet: 1A, FC and A5. RGB value is (26,252,165). Sum of RGB (Red+Green+Blue) = 26+252+165=443 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.87% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFCA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFCA5 is #E5035A. Grayscale: #AEAEAE. Windows color (decimal): -15008603 or 10877978. OLE color: 10877978.

HSL color Cylindrical-coordinate representation of color #1AFCA5: hue angle of 156.9º 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 #1AFCA5 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB26252165-
CMYK0.9000.350.01
HSL156.9º97.41%54.51%-
HSV(B)156.9º89.68%98.82%-
XYZ42.0372.5647.39-
YUV174.51122.6322.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.87%
GREEN value IS 252 (98.83% from 255) = 56.88%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=5.87%
G=56.88%
B=37.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal262521650.9000.350.01156.997.4154.51
Hex1AFCA55A02319d6137
Octal32374245132043123514167
Binary110101111110010100101101101001000111100111011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AFCA5;
 }
 .AnyTagClassName
 {
   color: #1AFCA5;
 }
</style>
background-color css

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

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

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

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

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

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