Shades of Spring Green #1AF386
Tints of Spring Green #1AF386
RGB
CMYK
RGB Variations
Color information
#1AF386 (or 0x1AF386) is known color: Spring Green. HEX triplet: 1A, F3 and 86. RGB value is (26,243,134). Sum of RGB (Red+Green+Blue) = 26+243+134=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 243 (95.31% from 255 or 60.30% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF386 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF386 is #E50C79. Grayscale: #A5A5A5. Windows color (decimal): -15010938 or 8844058. OLE color: 8844058.
HSL color Cylindrical-coordinate representation of color #1AF386: hue angle of 149.86º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF386 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 134 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.05 |
| HSL | 149.86º | 0.9% | 0.53% | - |
| HSV(B) | 149.86º | 0.89% | 0.95% | - |
| XYZ | 36.78 | 66.04 | 33.36 | - |
| YUV | 165.69 | 110.11 | 28.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 134 | 0.89 | 0 | 0.45 | 0.05 | 149.86 | 0.9 | 0.53 |
| Hex | 1A | F3 | 86 | 59 | 0 | 2D | 5 | 96 | 5A | 35 |
| Octal | 32 | 363 | 206 | 131 | 0 | 55 | 5 | 226 | 132 | 65 |
| Binary | 11010 | 11110011 | 10000110 | 1011001 | 0 | 101101 | 101 | 10010110 | 1011010 | 110101 |
Color Harmonies of #1AF386
Complementary color
Monochromatic Colors of #1AF386
Black with #1AF386
Text Example
Text Example
White with #1AF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF386; }
p { color: rgb(26,243,134); }
H1.HeaderClassName
{
color: #1AF386;
}
.AnyTagClassName
{
color: #1AF386;
}
</style>
background-color css
<style>
a { background-color: #1AF386; }
a { background-color: rgb(26,243,134); }
div.DivClassName
{
background-color: #1AF386;
}
.BgClassName
{
background-color: #1AF386;
}
</style>
border-color css
<style>
span { border-color: #1AF386; }
span { border-color: rgb(26,243,134); }
td.TdClassName
{
border-color: #1AF386;
}
.TagClassName
{
border-color: #1AF386;
}
</style>