Shades of Spring Green #1AFC63
Tints of Spring Green #1AFC63
RGB
CMYK
RGB Variations
Color information
#1AFC63 (or 0x1AFC63) is known color: Spring Green. HEX triplet: 1A, FC and 63. RGB value is (26,252,99). Sum of RGB (Red+Green+Blue) = 26+252+99=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 252 (98.83% from 255 or 66.84% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFC63 is #E5039C. Grayscale: #A7A7A7. Windows color (decimal): -15008669 or 6552602. OLE color: 6552602.
HSL color Cylindrical-coordinate representation of color #1AFC63: hue angle of 139.38º 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 #1AFC63 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 252 | 99 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.01 |
| HSL | 139.38º | 0.97% | 0.55% | - |
| HSV(B) | 139.38º | 0.9% | 0.99% | - |
| XYZ | 37.49 | 70.74 | 23.48 | - |
| YUV | 166.98 | 89.63 | 27.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 252 | 99 | 0.90 | 0 | 0.61 | 0.01 | 139.38 | 0.97 | 0.55 |
| Hex | 1A | FC | 63 | 5A | 0 | 3D | 1 | 8B | 61 | 37 |
| Octal | 32 | 374 | 143 | 132 | 0 | 75 | 1 | 213 | 141 | 67 |
| Binary | 11010 | 11111100 | 1100011 | 1011010 | 0 | 111101 | 1 | 10001011 | 1100001 | 110111 |
Color Harmonies of #1AFC63
Complementary color
Monochromatic Colors of #1AFC63
Black with #1AFC63
Text Example
Text Example
White with #1AFC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFC63; }
p { color: rgb(26,252,99); }
H1.HeaderClassName
{
color: #1AFC63;
}
.AnyTagClassName
{
color: #1AFC63;
}
</style>
background-color css
<style>
a { background-color: #1AFC63; }
a { background-color: rgb(26,252,99); }
div.DivClassName
{
background-color: #1AFC63;
}
.BgClassName
{
background-color: #1AFC63;
}
</style>
border-color css
<style>
span { border-color: #1AFC63; }
span { border-color: rgb(26,252,99); }
td.TdClassName
{
border-color: #1AFC63;
}
.TagClassName
{
border-color: #1AFC63;
}
</style>