Shades of Spring Green #1AF27D
Tints of Spring Green #1AF27D
RGB
CMYK
RGB Variations
Color information
#1AF27D (or 0x1AF27D) is known color: Spring Green. HEX triplet: 1A, F2 and 7D. RGB value is (26,242,125). Sum of RGB (Red+Green+Blue) = 26+242+125=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF27D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF27D is #E50D82. Grayscale: #A4A4A4. Windows color (decimal): -15011203 or 8253978. OLE color: 8253978.
HSL color Cylindrical-coordinate representation of color #1AF27D: hue angle of 147.5º degrees, saturation: 0.89, 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 #1AF27D is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 125 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.05 |
| HSL | 147.5º | 0.89% | 0.53% | - |
| HSV(B) | 147.5º | 0.89% | 0.95% | - |
| XYZ | 35.88 | 65.2 | 30.1 | - |
| YUV | 164.08 | 105.94 | 29.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 125 | 0.89 | 0 | 0.48 | 0.05 | 147.5 | 0.89 | 0.53 |
| Hex | 1A | F2 | 7D | 59 | 0 | 30 | 5 | 94 | 59 | 35 |
| Octal | 32 | 362 | 175 | 131 | 0 | 60 | 5 | 224 | 131 | 65 |
| Binary | 11010 | 11110010 | 1111101 | 1011001 | 0 | 110000 | 101 | 10010100 | 1011001 | 110101 |
Color Harmonies of #1AF27D
Complementary color
Monochromatic Colors of #1AF27D
Black with #1AF27D
Text Example
Text Example
White with #1AF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF27D; }
p { color: rgb(26,242,125); }
H1.HeaderClassName
{
color: #1AF27D;
}
.AnyTagClassName
{
color: #1AF27D;
}
</style>
background-color css
<style>
a { background-color: #1AF27D; }
a { background-color: rgb(26,242,125); }
div.DivClassName
{
background-color: #1AF27D;
}
.BgClassName
{
background-color: #1AF27D;
}
</style>
border-color css
<style>
span { border-color: #1AF27D; }
span { border-color: rgb(26,242,125); }
td.TdClassName
{
border-color: #1AF27D;
}
.TagClassName
{
border-color: #1AF27D;
}
</style>