#1AFC90

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

Shades of Medium Spring Green #1AFC90

Tints of Medium Spring Green #1AFC90

Color information

#1AFC90 (or 0x1AFC90) is unknown color: approx Medium Spring Green. HEX triplet: 1A, FC and 90. RGB value is (26,252,144). Sum of RGB (Red+Green+Blue) = 26+252+144=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 252 (98.83% from 255 or 59.72% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFC90 is #E5036F. Grayscale: #ACACAC. Windows color (decimal): -15008624 or 9501722. OLE color: 9501722.

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

Color convert

RGB26252144-
CMYK0.9000.430.01
HSL151.33º97.41%54.51%-
HSV(B)151.33º89.68%98.82%-
XYZ40.2771.8538.13-
YUV172.11112.1323.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.16%
GREEN value IS 252 (98.83% from 255) = 59.72%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=6.16%
G=59.72%
B=34.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal262521440.9000.430.01151.3397.4154.51
Hex1AFC905A02B1976137
Octal32374220132053122714167
Binary110101111110010010000101101001010111100101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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