Shades of Spring Green #1AF07B
Tints of Spring Green #1AF07B
RGB
CMYK
RGB Variations
Color information
#1AF07B (or 0x1AF07B) is known color: Spring Green. HEX triplet: 1A, F0 and 7B. RGB value is (26,240,123). Sum of RGB (Red+Green+Blue) = 26+240+123=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 240 (94.14% from 255 or 61.70% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF07B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF07B is #E50F84. Grayscale: #A2A2A2. Windows color (decimal): -15011717 or 8122394. OLE color: 8122394.
HSL color Cylindrical-coordinate representation of color #1AF07B: hue angle of 147.2º 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 #1AF07B is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 123 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.06 |
| HSL | 147.2º | 0.88% | 0.52% | - |
| HSV(B) | 147.2º | 0.89% | 0.94% | - |
| XYZ | 35.16 | 63.97 | 29.23 | - |
| YUV | 162.68 | 105.6 | 30.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 123 | 0.89 | 0 | 0.49 | 0.06 | 147.2 | 0.88 | 0.52 |
| Hex | 1A | F0 | 7B | 59 | 0 | 31 | 6 | 93 | 58 | 34 |
| Octal | 32 | 360 | 173 | 131 | 0 | 61 | 6 | 223 | 130 | 64 |
| Binary | 11010 | 11110000 | 1111011 | 1011001 | 0 | 110001 | 110 | 10010011 | 1011000 | 110100 |
Color Harmonies of #1AF07B
Complementary color
Monochromatic Colors of #1AF07B
Black with #1AF07B
Text Example
Text Example
White with #1AF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF07B; }
p { color: rgb(26,240,123); }
H1.HeaderClassName
{
color: #1AF07B;
}
.AnyTagClassName
{
color: #1AF07B;
}
</style>
background-color css
<style>
a { background-color: #1AF07B; }
a { background-color: rgb(26,240,123); }
div.DivClassName
{
background-color: #1AF07B;
}
.BgClassName
{
background-color: #1AF07B;
}
</style>
border-color css
<style>
span { border-color: #1AF07B; }
span { border-color: rgb(26,240,123); }
td.TdClassName
{
border-color: #1AF07B;
}
.TagClassName
{
border-color: #1AF07B;
}
</style>