Shades of Spring Green #1AF685
Tints of Spring Green #1AF685
RGB
CMYK
RGB Variations
Color information
#1AF685 (or 0x1AF685) is known color: Spring Green. HEX triplet: 1A, F6 and 85. RGB value is (26,246,133). Sum of RGB (Red+Green+Blue) = 26+246+133=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 246 (96.48% from 255 or 60.74% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF685 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF685 is #E5097A. Grayscale: #A7A7A7. Windows color (decimal): -15010171 or 8779290. OLE color: 8779290.
HSL color Cylindrical-coordinate representation of color #1AF685: hue angle of 149.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF685 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 133 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.04 |
| HSL | 149.18º | 0.92% | 0.53% | - |
| HSV(B) | 149.18º | 0.89% | 0.96% | - |
| XYZ | 37.62 | 67.82 | 33.3 | - |
| YUV | 167.34 | 108.61 | 27.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 133 | 0.89 | 0 | 0.46 | 0.04 | 149.18 | 0.92 | 0.53 |
| Hex | 1A | F6 | 85 | 59 | 0 | 2E | 4 | 95 | 5C | 35 |
| Octal | 32 | 366 | 205 | 131 | 0 | 56 | 4 | 225 | 134 | 65 |
| Binary | 11010 | 11110110 | 10000101 | 1011001 | 0 | 101110 | 100 | 10010101 | 1011100 | 110101 |
Color Harmonies of #1AF685
Complementary color
Monochromatic Colors of #1AF685
Black with #1AF685
Text Example
Text Example
White with #1AF685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF685; }
p { color: rgb(26,246,133); }
H1.HeaderClassName
{
color: #1AF685;
}
.AnyTagClassName
{
color: #1AF685;
}
</style>
background-color css
<style>
a { background-color: #1AF685; }
a { background-color: rgb(26,246,133); }
div.DivClassName
{
background-color: #1AF685;
}
.BgClassName
{
background-color: #1AF685;
}
</style>
border-color css
<style>
span { border-color: #1AF685; }
span { border-color: rgb(26,246,133); }
td.TdClassName
{
border-color: #1AF685;
}
.TagClassName
{
border-color: #1AF685;
}
</style>