Shades of Spring Green #1AF184
Tints of Spring Green #1AF184
RGB
CMYK
RGB Variations
Color information
#1AF184 (or 0x1AF184) is known color: Spring Green. HEX triplet: 1A, F1 and 84. RGB value is (26,241,132). Sum of RGB (Red+Green+Blue) = 26+241+132=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 241 (94.53% from 255 or 60.40% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF184 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF184 is #E50E7B. Grayscale: #A4A4A4. Windows color (decimal): -15011452 or 8712474. OLE color: 8712474.
HSL color Cylindrical-coordinate representation of color #1AF184: hue angle of 149.58º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF184 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 132 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.05 |
| HSL | 149.58º | 0.88% | 0.52% | - |
| HSV(B) | 149.58º | 0.89% | 0.95% | - |
| XYZ | 36.05 | 64.8 | 32.44 | - |
| YUV | 164.29 | 109.77 | 29.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 132 | 0.89 | 0 | 0.45 | 0.05 | 149.58 | 0.88 | 0.52 |
| Hex | 1A | F1 | 84 | 59 | 0 | 2D | 5 | 96 | 58 | 34 |
| Octal | 32 | 361 | 204 | 131 | 0 | 55 | 5 | 226 | 130 | 64 |
| Binary | 11010 | 11110001 | 10000100 | 1011001 | 0 | 101101 | 101 | 10010110 | 1011000 | 110100 |
Color Harmonies of #1AF184
Complementary color
Monochromatic Colors of #1AF184
Black with #1AF184
Text Example
Text Example
White with #1AF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF184; }
p { color: rgb(26,241,132); }
H1.HeaderClassName
{
color: #1AF184;
}
.AnyTagClassName
{
color: #1AF184;
}
</style>
background-color css
<style>
a { background-color: #1AF184; }
a { background-color: rgb(26,241,132); }
div.DivClassName
{
background-color: #1AF184;
}
.BgClassName
{
background-color: #1AF184;
}
</style>
border-color css
<style>
span { border-color: #1AF184; }
span { border-color: rgb(26,241,132); }
td.TdClassName
{
border-color: #1AF184;
}
.TagClassName
{
border-color: #1AF184;
}
</style>