Shades of Screamin' Green #5AF07A
Tints of Screamin' Green #5AF07A
RGB
CMYK
RGB Variations
Color information
#5AF07A (or 0x5AF07A) is known color: Screamin' Green. HEX triplet: 5A, F0 and 7A. RGB value is (90,240,122). Sum of RGB (Red+Green+Blue) = 90+240+122=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF07A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF07A is #A50F85. Grayscale: #B6B6B6. Windows color (decimal): -10817414 or 8056922. OLE color: 8056922.
HSL color Cylindrical-coordinate representation of color #5AF07A: hue angle of 132.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF07A is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 122 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.06 |
| HSL | 132.8º | 0.83% | 0.65% | - |
| HSV(B) | 132.8º | 0.63% | 0.94% | - |
| XYZ | 38.89 | 65.9 | 29.08 | - |
| YUV | 181.7 | 94.31 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 122 | 0.62 | 0 | 0.49 | 0.06 | 132.8 | 0.83 | 0.65 |
| Hex | 5A | F0 | 7A | 3E | 0 | 31 | 6 | 85 | 53 | 41 |
| Octal | 132 | 360 | 172 | 76 | 0 | 61 | 6 | 205 | 123 | 101 |
| Binary | 1011010 | 11110000 | 1111010 | 111110 | 0 | 110001 | 110 | 10000101 | 1010011 | 1000001 |
Color Harmonies of #5AF07A
Complementary color
Monochromatic Colors of #5AF07A
Black with #5AF07A
Text Example
Text Example
White with #5AF07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF07A; }
p { color: rgb(90,240,122); }
H1.HeaderClassName
{
color: #5AF07A;
}
.AnyTagClassName
{
color: #5AF07A;
}
</style>
background-color css
<style>
a { background-color: #5AF07A; }
a { background-color: rgb(90,240,122); }
div.DivClassName
{
background-color: #5AF07A;
}
.BgClassName
{
background-color: #5AF07A;
}
</style>
border-color css
<style>
span { border-color: #5AF07A; }
span { border-color: rgb(90,240,122); }
td.TdClassName
{
border-color: #5AF07A;
}
.TagClassName
{
border-color: #5AF07A;
}
</style>