Shades of Bright Green #5AF509
Tints of Bright Green #5AF509
RGB
CMYK
RGB Variations
Color information
#5AF509 (or 0x5AF509) is known color: Bright Green. HEX triplet: 5A, F5 and 09. RGB value is (90,245,9). Sum of RGB (Red+Green+Blue) = 90+245+9=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 245 (96.09% from 255 or 71.22% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF509 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF509 is #A50AF6. Grayscale: #ACACAC. Windows color (decimal): -10816247 or 652634. OLE color: 652634.
HSL color Cylindrical-coordinate representation of color #5AF509: hue angle of 99.41º 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 #5AF509 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 9 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.04 |
| HSL | 99.41º | 0.93% | 0.5% | - |
| HSV(B) | 99.41º | 0.96% | 0.96% | - |
| XYZ | 36.92 | 67.5 | 11.34 | - |
| YUV | 171.75 | 36.15 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 9 | 0.63 | 0 | 0.96 | 0.04 | 99.41 | 0.93 | 0.5 |
| Hex | 5A | F5 | 9 | 3F | 0 | 60 | 4 | 63 | 5D | 32 |
| Octal | 132 | 365 | 11 | 77 | 0 | 140 | 4 | 143 | 135 | 62 |
| Binary | 1011010 | 11110101 | 1001 | 111111 | 0 | 1100000 | 100 | 1100011 | 1011101 | 110010 |
Color Harmonies of #5AF509
Complementary color
Monochromatic Colors of #5AF509
Black with #5AF509
Text Example
Text Example
White with #5AF509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF509; }
p { color: rgb(90,245,9); }
H1.HeaderClassName
{
color: #5AF509;
}
.AnyTagClassName
{
color: #5AF509;
}
</style>
background-color css
<style>
a { background-color: #5AF509; }
a { background-color: rgb(90,245,9); }
div.DivClassName
{
background-color: #5AF509;
}
.BgClassName
{
background-color: #5AF509;
}
</style>
border-color css
<style>
span { border-color: #5AF509; }
span { border-color: rgb(90,245,9); }
td.TdClassName
{
border-color: #5AF509;
}
.TagClassName
{
border-color: #5AF509;
}
</style>