Shades of Spring Green #1AF68A
Tints of Spring Green #1AF68A
RGB
CMYK
RGB Variations
Color information
#1AF68A (or 0x1AF68A) is known color: Spring Green. HEX triplet: 1A, F6 and 8A. RGB value is (26,246,138). Sum of RGB (Red+Green+Blue) = 26+246+138=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 246 (96.48% from 255 or 60% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF68A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF68A is #E50975. Grayscale: #A8A8A8. Windows color (decimal): -15010166 or 9106970. OLE color: 9106970.
HSL color Cylindrical-coordinate representation of color #1AF68A: hue angle of 150.55º 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 #1AF68A is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 138 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.04 |
| HSL | 150.55º | 0.92% | 0.53% | - |
| HSV(B) | 150.55º | 0.89% | 0.96% | - |
| XYZ | 37.97 | 67.97 | 35.16 | - |
| YUV | 167.91 | 111.11 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 138 | 0.89 | 0 | 0.44 | 0.04 | 150.55 | 0.92 | 0.53 |
| Hex | 1A | F6 | 8A | 59 | 0 | 2C | 4 | 97 | 5C | 35 |
| Octal | 32 | 366 | 212 | 131 | 0 | 54 | 4 | 227 | 134 | 65 |
| Binary | 11010 | 11110110 | 10001010 | 1011001 | 0 | 101100 | 100 | 10010111 | 1011100 | 110101 |
Color Harmonies of #1AF68A
Complementary color
Monochromatic Colors of #1AF68A
Black with #1AF68A
Text Example
Text Example
White with #1AF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF68A; }
p { color: rgb(26,246,138); }
H1.HeaderClassName
{
color: #1AF68A;
}
.AnyTagClassName
{
color: #1AF68A;
}
</style>
background-color css
<style>
a { background-color: #1AF68A; }
a { background-color: rgb(26,246,138); }
div.DivClassName
{
background-color: #1AF68A;
}
.BgClassName
{
background-color: #1AF68A;
}
</style>
border-color css
<style>
span { border-color: #1AF68A; }
span { border-color: rgb(26,246,138); }
td.TdClassName
{
border-color: #1AF68A;
}
.TagClassName
{
border-color: #1AF68A;
}
</style>