Shades of Spring Green #1AF06D
Tints of Spring Green #1AF06D
RGB
CMYK
RGB Variations
Color information
#1AF06D (or 0x1AF06D) is known color: Spring Green. HEX triplet: 1A, F0 and 6D. RGB value is (26,240,109). Sum of RGB (Red+Green+Blue) = 26+240+109=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF06D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF06D is #E50F92. Grayscale: #A1A1A1. Windows color (decimal): -15011731 or 7204890. OLE color: 7204890.
HSL color Cylindrical-coordinate representation of color #1AF06D: hue angle of 143.27º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF06D is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 109 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.06 |
| HSL | 143.27º | 0.88% | 0.52% | - |
| HSV(B) | 143.27º | 0.89% | 0.94% | - |
| XYZ | 34.35 | 63.64 | 24.94 | - |
| YUV | 161.08 | 98.6 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 109 | 0.89 | 0 | 0.55 | 0.06 | 143.27 | 0.88 | 0.52 |
| Hex | 1A | F0 | 6D | 59 | 0 | 37 | 6 | 8F | 58 | 34 |
| Octal | 32 | 360 | 155 | 131 | 0 | 67 | 6 | 217 | 130 | 64 |
| Binary | 11010 | 11110000 | 1101101 | 1011001 | 0 | 110111 | 110 | 10001111 | 1011000 | 110100 |
Color Harmonies of #1AF06D
Complementary color
Monochromatic Colors of #1AF06D
Black with #1AF06D
Text Example
Text Example
White with #1AF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF06D; }
p { color: rgb(26,240,109); }
H1.HeaderClassName
{
color: #1AF06D;
}
.AnyTagClassName
{
color: #1AF06D;
}
</style>
background-color css
<style>
a { background-color: #1AF06D; }
a { background-color: rgb(26,240,109); }
div.DivClassName
{
background-color: #1AF06D;
}
.BgClassName
{
background-color: #1AF06D;
}
</style>
border-color css
<style>
span { border-color: #1AF06D; }
span { border-color: rgb(26,240,109); }
td.TdClassName
{
border-color: #1AF06D;
}
.TagClassName
{
border-color: #1AF06D;
}
</style>