Shades of Spring Green #1AFC84
Tints of Spring Green #1AFC84
RGB
CMYK
RGB Variations
Color information
#1AFC84 (or 0x1AFC84) is known color: Spring Green. HEX triplet: 1A, FC and 84. RGB value is (26,252,132). Sum of RGB (Red+Green+Blue) = 26+252+132=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 252 (98.83% from 255 or 61.46% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFC84 is #E5037B. Grayscale: #ABABAB. Windows color (decimal): -15008636 or 8715290. OLE color: 8715290.
HSL color Cylindrical-coordinate representation of color #1AFC84: hue angle of 148.14º 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 #1AFC84 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 252 | 132 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.01 |
| HSL | 148.14º | 0.97% | 0.55% | - |
| HSV(B) | 148.14º | 0.9% | 0.99% | - |
| XYZ | 39.4 | 71.51 | 33.56 | - |
| YUV | 170.75 | 106.13 | 24.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 252 | 132 | 0.90 | 0 | 0.48 | 0.01 | 148.14 | 0.97 | 0.55 |
| Hex | 1A | FC | 84 | 5A | 0 | 30 | 1 | 94 | 61 | 37 |
| Octal | 32 | 374 | 204 | 132 | 0 | 60 | 1 | 224 | 141 | 67 |
| Binary | 11010 | 11111100 | 10000100 | 1011010 | 0 | 110000 | 1 | 10010100 | 1100001 | 110111 |
Color Harmonies of #1AFC84
Complementary color
Monochromatic Colors of #1AFC84
Black with #1AFC84
Text Example
Text Example
White with #1AFC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFC84; }
p { color: rgb(26,252,132); }
H1.HeaderClassName
{
color: #1AFC84;
}
.AnyTagClassName
{
color: #1AFC84;
}
</style>
background-color css
<style>
a { background-color: #1AFC84; }
a { background-color: rgb(26,252,132); }
div.DivClassName
{
background-color: #1AFC84;
}
.BgClassName
{
background-color: #1AFC84;
}
</style>
border-color css
<style>
span { border-color: #1AFC84; }
span { border-color: rgb(26,252,132); }
td.TdClassName
{
border-color: #1AFC84;
}
.TagClassName
{
border-color: #1AFC84;
}
</style>