Shades of Spring Green #1AFF68
Tints of Spring Green #1AFF68
RGB
CMYK
RGB Variations
Color information
#1AFF68 (or 0x1AFF68) is known color: Spring Green. HEX triplet: 1A, FF and 68. RGB value is (26,255,104). Sum of RGB (Red+Green+Blue) = 26+255+104=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFF68 is #E50097. Grayscale: #A9A9A9. Windows color (decimal): -15007896 or 6881050. OLE color: 6881050.
HSL color Cylindrical-coordinate representation of color #1AFF68: hue angle of 140.44º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFF68 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 104 | - |
| CMYK | 0.90 | 0 | 0.59 | 0 |
| HSL | 140.44º | 1% | 0.55% | - |
| HSV(B) | 140.44º | 0.9% | 1% | - |
| XYZ | 38.68 | 72.74 | 25.1 | - |
| YUV | 169.32 | 91.13 | 25.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 104 | 0.90 | 0 | 0.59 | 0 | 140.44 | 1 | 0.55 |
| Hex | 1A | FF | 68 | 5A | 0 | 3B | 0 | 8C | 64 | 37 |
| Octal | 32 | 377 | 150 | 132 | 0 | 73 | 0 | 214 | 144 | 67 |
| Binary | 11010 | 11111111 | 1101000 | 1011010 | 0 | 111011 | 0 | 10001100 | 1100100 | 110111 |
Color Harmonies of #1AFF68
Complementary color
Monochromatic Colors of #1AFF68
Black with #1AFF68
Text Example
Text Example
White with #1AFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF68; }
p { color: rgb(26,255,104); }
H1.HeaderClassName
{
color: #1AFF68;
}
.AnyTagClassName
{
color: #1AFF68;
}
</style>
background-color css
<style>
a { background-color: #1AFF68; }
a { background-color: rgb(26,255,104); }
div.DivClassName
{
background-color: #1AFF68;
}
.BgClassName
{
background-color: #1AFF68;
}
</style>
border-color css
<style>
span { border-color: #1AFF68; }
span { border-color: rgb(26,255,104); }
td.TdClassName
{
border-color: #1AFF68;
}
.TagClassName
{
border-color: #1AFF68;
}
</style>