Shades of Spring Green #1AFC7B
Tints of Spring Green #1AFC7B
RGB
CMYK
RGB Variations
Color information
#1AFC7B (or 0x1AFC7B) is known color: Spring Green. HEX triplet: 1A, FC and 7B. RGB value is (26,252,123). Sum of RGB (Red+Green+Blue) = 26+252+123=401 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.48% from 401); Green value is 252 (98.83% from 255 or 62.84% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFC7B is #E50384. Grayscale: #AAAAAA. Windows color (decimal): -15008645 or 8125466. OLE color: 8125466.
HSL color Cylindrical-coordinate representation of color #1AFC7B: hue angle of 145.75º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFC7B is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 252 | 123 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.01 |
| HSL | 145.75º | 0.97% | 0.55% | - |
| HSV(B) | 145.75º | 0.9% | 0.99% | - |
| XYZ | 38.81 | 71.27 | 30.45 | - |
| YUV | 169.72 | 101.63 | 25.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 252 | 123 | 0.90 | 0 | 0.51 | 0.01 | 145.75 | 0.97 | 0.55 |
| Hex | 1A | FC | 7B | 5A | 0 | 33 | 1 | 92 | 61 | 37 |
| Octal | 32 | 374 | 173 | 132 | 0 | 63 | 1 | 222 | 141 | 67 |
| Binary | 11010 | 11111100 | 1111011 | 1011010 | 0 | 110011 | 1 | 10010010 | 1100001 | 110111 |
Color Harmonies of #1AFC7B
Complementary color
Monochromatic Colors of #1AFC7B
Black with #1AFC7B
Text Example
Text Example
White with #1AFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFC7B; }
p { color: rgb(26,252,123); }
H1.HeaderClassName
{
color: #1AFC7B;
}
.AnyTagClassName
{
color: #1AFC7B;
}
</style>
background-color css
<style>
a { background-color: #1AFC7B; }
a { background-color: rgb(26,252,123); }
div.DivClassName
{
background-color: #1AFC7B;
}
.BgClassName
{
background-color: #1AFC7B;
}
</style>
border-color css
<style>
span { border-color: #1AFC7B; }
span { border-color: rgb(26,252,123); }
td.TdClassName
{
border-color: #1AFC7B;
}
.TagClassName
{
border-color: #1AFC7B;
}
</style>