Shades of Bright Green #5AF409
Tints of Bright Green #5AF409
RGB
CMYK
RGB Variations
Color information
#5AF409 (or 0x5AF409) is known color: Bright Green. HEX triplet: 5A, F4 and 09. RGB value is (90,244,9). Sum of RGB (Red+Green+Blue) = 90+244+9=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 244 (95.70% from 255 or 71.14% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF409 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF409 is #A50BF6. Grayscale: #ABABAB. Windows color (decimal): -10816503 or 652378. OLE color: 652378.
HSL color Cylindrical-coordinate representation of color #5AF409: hue angle of 99.32º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5AF409 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 9 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.04 |
| HSL | 99.32º | 0.93% | 0.5% | - |
| HSV(B) | 99.32º | 0.96% | 0.96% | - |
| XYZ | 36.62 | 66.89 | 11.24 | - |
| YUV | 171.16 | 36.48 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 9 | 0.63 | 0 | 0.96 | 0.04 | 99.32 | 0.93 | 0.5 |
| Hex | 5A | F4 | 9 | 3F | 0 | 60 | 4 | 63 | 5D | 32 |
| Octal | 132 | 364 | 11 | 77 | 0 | 140 | 4 | 143 | 135 | 62 |
| Binary | 1011010 | 11110100 | 1001 | 111111 | 0 | 1100000 | 100 | 1100011 | 1011101 | 110010 |
Color Harmonies of #5AF409
Complementary color
Monochromatic Colors of #5AF409
Black with #5AF409
Text Example
Text Example
White with #5AF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF409; }
p { color: rgb(90,244,9); }
H1.HeaderClassName
{
color: #5AF409;
}
.AnyTagClassName
{
color: #5AF409;
}
</style>
background-color css
<style>
a { background-color: #5AF409; }
a { background-color: rgb(90,244,9); }
div.DivClassName
{
background-color: #5AF409;
}
.BgClassName
{
background-color: #5AF409;
}
</style>
border-color css
<style>
span { border-color: #5AF409; }
span { border-color: rgb(90,244,9); }
td.TdClassName
{
border-color: #5AF409;
}
.TagClassName
{
border-color: #5AF409;
}
</style>