Shades of Bright Green #5AF309
Tints of Bright Green #5AF309
RGB
CMYK
RGB Variations
Color information
#5AF309 (or 0x5AF309) is known color: Bright Green. HEX triplet: 5A, F3 and 09. RGB value is (90,243,9). Sum of RGB (Red+Green+Blue) = 90+243+9=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 243 (95.31% from 255 or 71.05% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF309 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF309 is #A50CF6. Grayscale: #ABABAB. Windows color (decimal): -10816759 or 652122. OLE color: 652122.
HSL color Cylindrical-coordinate representation of color #5AF309: hue angle of 99.23º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5AF309 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 9 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.05 |
| HSL | 99.23º | 0.93% | 0.49% | - |
| HSV(B) | 99.23º | 0.96% | 0.95% | - |
| XYZ | 36.32 | 66.29 | 11.14 | - |
| YUV | 170.58 | 36.81 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 9 | 0.63 | 0 | 0.96 | 0.05 | 99.23 | 0.93 | 0.49 |
| Hex | 5A | F3 | 9 | 3F | 0 | 60 | 5 | 63 | 5D | 31 |
| Octal | 132 | 363 | 11 | 77 | 0 | 140 | 5 | 143 | 135 | 61 |
| Binary | 1011010 | 11110011 | 1001 | 111111 | 0 | 1100000 | 101 | 1100011 | 1011101 | 110001 |
Color Harmonies of #5AF309
Complementary color
Monochromatic Colors of #5AF309
Black with #5AF309
Text Example
Text Example
White with #5AF309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF309; }
p { color: rgb(90,243,9); }
H1.HeaderClassName
{
color: #5AF309;
}
.AnyTagClassName
{
color: #5AF309;
}
</style>
background-color css
<style>
a { background-color: #5AF309; }
a { background-color: rgb(90,243,9); }
div.DivClassName
{
background-color: #5AF309;
}
.BgClassName
{
background-color: #5AF309;
}
</style>
border-color css
<style>
span { border-color: #5AF309; }
span { border-color: rgb(90,243,9); }
td.TdClassName
{
border-color: #5AF309;
}
.TagClassName
{
border-color: #5AF309;
}
</style>