Shades of Spring Green #1AF380
Tints of Spring Green #1AF380
RGB
CMYK
RGB Variations
Color information
#1AF380 (or 0x1AF380) is known color: Spring Green. HEX triplet: 1A, F3 and 80. RGB value is (26,243,128). Sum of RGB (Red+Green+Blue) = 26+243+128=397 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.55% from 397); Green value is 243 (95.31% from 255 or 61.21% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF380 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF380 is #E50C7F. Grayscale: #A5A5A5. Windows color (decimal): -15010944 or 8450842. OLE color: 8450842.
HSL color Cylindrical-coordinate representation of color #1AF380: hue angle of 148.2º 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 #1AF380 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 128 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.05 |
| HSL | 148.2º | 0.9% | 0.53% | - |
| HSV(B) | 148.2º | 0.89% | 0.95% | - |
| XYZ | 36.37 | 65.88 | 31.22 | - |
| YUV | 165.01 | 107.11 | 28.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 128 | 0.89 | 0 | 0.47 | 0.05 | 148.2 | 0.9 | 0.53 |
| Hex | 1A | F3 | 80 | 59 | 0 | 2F | 5 | 94 | 5A | 35 |
| Octal | 32 | 363 | 200 | 131 | 0 | 57 | 5 | 224 | 132 | 65 |
| Binary | 11010 | 11110011 | 10000000 | 1011001 | 0 | 101111 | 101 | 10010100 | 1011010 | 110101 |
Color Harmonies of #1AF380
Complementary color
Monochromatic Colors of #1AF380
Black with #1AF380
Text Example
Text Example
White with #1AF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF380; }
p { color: rgb(26,243,128); }
H1.HeaderClassName
{
color: #1AF380;
}
.AnyTagClassName
{
color: #1AF380;
}
</style>
background-color css
<style>
a { background-color: #1AF380; }
a { background-color: rgb(26,243,128); }
div.DivClassName
{
background-color: #1AF380;
}
.BgClassName
{
background-color: #1AF380;
}
</style>
border-color css
<style>
span { border-color: #1AF380; }
span { border-color: rgb(26,243,128); }
td.TdClassName
{
border-color: #1AF380;
}
.TagClassName
{
border-color: #1AF380;
}
</style>