Shades of Spring Green #1AFB74
Tints of Spring Green #1AFB74
RGB
CMYK
RGB Variations
Color information
#1AFB74 (or 0x1AFB74) is known color: Spring Green. HEX triplet: 1A, FB and 74. RGB value is (26,251,116). Sum of RGB (Red+Green+Blue) = 26+251+116=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 251 (98.44% from 255 or 63.87% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFB74 is #E5048B. Grayscale: #A8A8A8. Windows color (decimal): -15008908 or 7666458. OLE color: 7666458.
HSL color Cylindrical-coordinate representation of color #1AFB74: hue angle of 144º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFB74 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 116 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.02 |
| HSL | 144º | 0.97% | 0.54% | - |
| HSV(B) | 144º | 0.9% | 0.98% | - |
| XYZ | 38.08 | 70.47 | 28.12 | - |
| YUV | 168.34 | 98.46 | 26.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 116 | 0.90 | 0 | 0.54 | 0.02 | 144 | 0.97 | 0.54 |
| Hex | 1A | FB | 74 | 5A | 0 | 36 | 2 | 90 | 61 | 36 |
| Octal | 32 | 373 | 164 | 132 | 0 | 66 | 2 | 220 | 141 | 66 |
| Binary | 11010 | 11111011 | 1110100 | 1011010 | 0 | 110110 | 10 | 10010000 | 1100001 | 110110 |
Color Harmonies of #1AFB74
Complementary color
Monochromatic Colors of #1AFB74
Black with #1AFB74
Text Example
Text Example
White with #1AFB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB74; }
p { color: rgb(26,251,116); }
H1.HeaderClassName
{
color: #1AFB74;
}
.AnyTagClassName
{
color: #1AFB74;
}
</style>
background-color css
<style>
a { background-color: #1AFB74; }
a { background-color: rgb(26,251,116); }
div.DivClassName
{
background-color: #1AFB74;
}
.BgClassName
{
background-color: #1AFB74;
}
</style>
border-color css
<style>
span { border-color: #1AFB74; }
span { border-color: rgb(26,251,116); }
td.TdClassName
{
border-color: #1AFB74;
}
.TagClassName
{
border-color: #1AFB74;
}
</style>