Shades of Spring Green #1AF36A
Tints of Spring Green #1AF36A
RGB
CMYK
RGB Variations
Color information
#1AF36A (or 0x1AF36A) is known color: Spring Green. HEX triplet: 1A, F3 and 6A. RGB value is (26,243,106). Sum of RGB (Red+Green+Blue) = 26+243+106=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF36A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF36A is #E50C95. Grayscale: #A2A2A2. Windows color (decimal): -15010966 or 7009050. OLE color: 7009050.
HSL color Cylindrical-coordinate representation of color #1AF36A: hue angle of 142.12º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF36A is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 106 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.05 |
| HSL | 142.12º | 0.9% | 0.53% | - |
| HSV(B) | 142.12º | 0.89% | 0.95% | - |
| XYZ | 35.08 | 65.36 | 24.4 | - |
| YUV | 162.5 | 96.11 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 106 | 0.89 | 0 | 0.56 | 0.05 | 142.12 | 0.9 | 0.53 |
| Hex | 1A | F3 | 6A | 59 | 0 | 38 | 5 | 8E | 5A | 35 |
| Octal | 32 | 363 | 152 | 131 | 0 | 70 | 5 | 216 | 132 | 65 |
| Binary | 11010 | 11110011 | 1101010 | 1011001 | 0 | 111000 | 101 | 10001110 | 1011010 | 110101 |
Color Harmonies of #1AF36A
Complementary color
Monochromatic Colors of #1AF36A
Black with #1AF36A
Text Example
Text Example
White with #1AF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF36A; }
p { color: rgb(26,243,106); }
H1.HeaderClassName
{
color: #1AF36A;
}
.AnyTagClassName
{
color: #1AF36A;
}
</style>
background-color css
<style>
a { background-color: #1AF36A; }
a { background-color: rgb(26,243,106); }
div.DivClassName
{
background-color: #1AF36A;
}
.BgClassName
{
background-color: #1AF36A;
}
</style>
border-color css
<style>
span { border-color: #1AF36A; }
span { border-color: rgb(26,243,106); }
td.TdClassName
{
border-color: #1AF36A;
}
.TagClassName
{
border-color: #1AF36A;
}
</style>