Shades of Spring Green #1AFE74
Tints of Spring Green #1AFE74
RGB
CMYK
RGB Variations
Color information
#1AFE74 (or 0x1AFE74) is known color: Spring Green. HEX triplet: 1A, FE and 74. RGB value is (26,254,116). Sum of RGB (Red+Green+Blue) = 26+254+116=396 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.57% from 396); Green value is 254 (99.61% from 255 or 64.14% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFE74 is #E5018B. Grayscale: #AAAAAA. Windows color (decimal): -15008140 or 7667226. OLE color: 7667226.
HSL color Cylindrical-coordinate representation of color #1AFE74: hue angle of 143.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFE74 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 116 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.00 |
| HSL | 143.68º | 0.99% | 0.55% | - |
| HSV(B) | 143.68º | 0.9% | 1% | - |
| XYZ | 39.02 | 72.36 | 28.43 | - |
| YUV | 170.1 | 97.46 | 25.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 116 | 0.90 | 0 | 0.54 | 0.00 | 143.68 | 0.99 | 0.55 |
| Hex | 1A | FE | 74 | 5A | 0 | 36 | 0 | 90 | 63 | 37 |
| Octal | 32 | 376 | 164 | 132 | 0 | 66 | 0 | 220 | 143 | 67 |
| Binary | 11010 | 11111110 | 1110100 | 1011010 | 0 | 110110 | 0 | 10010000 | 1100011 | 110111 |
Color Harmonies of #1AFE74
Complementary color
Monochromatic Colors of #1AFE74
Black with #1AFE74
Text Example
Text Example
White with #1AFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE74; }
p { color: rgb(26,254,116); }
H1.HeaderClassName
{
color: #1AFE74;
}
.AnyTagClassName
{
color: #1AFE74;
}
</style>
background-color css
<style>
a { background-color: #1AFE74; }
a { background-color: rgb(26,254,116); }
div.DivClassName
{
background-color: #1AFE74;
}
.BgClassName
{
background-color: #1AFE74;
}
</style>
border-color css
<style>
span { border-color: #1AFE74; }
span { border-color: rgb(26,254,116); }
td.TdClassName
{
border-color: #1AFE74;
}
.TagClassName
{
border-color: #1AFE74;
}
</style>