Shades of Bright Green #5AF018
Tints of Bright Green #5AF018
RGB
CMYK
RGB Variations
Color information
#5AF018 (or 0x5AF018) is known color: Bright Green. HEX triplet: 5A, F0 and 18. RGB value is (90,240,24). Sum of RGB (Red+Green+Blue) = 90+240+24=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF018 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF018 is #A50FE7. Grayscale: #ABABAB. Windows color (decimal): -10817512 or 1634394. OLE color: 1634394.
HSL color Cylindrical-coordinate representation of color #5AF018: hue angle of 101.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5AF018 is Cyan = 0.62, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 24 | - |
| CMYK | 0.62 | 0 | 0.9 | 0.06 |
| HSL | 101.67º | 0.88% | 0.52% | - |
| HSV(B) | 101.67º | 0.9% | 0.94% | - |
| XYZ | 35.54 | 64.56 | 11.45 | - |
| YUV | 170.53 | 45.31 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 24 | 0.62 | 0 | 0.9 | 0.06 | 101.67 | 0.88 | 0.52 |
| Hex | 5A | F0 | 18 | 3E | 0 | 5A | 6 | 66 | 58 | 34 |
| Octal | 132 | 360 | 30 | 76 | 0 | 132 | 6 | 146 | 130 | 64 |
| Binary | 1011010 | 11110000 | 11000 | 111110 | 0 | 1011010 | 110 | 1100110 | 1011000 | 110100 |
Color Harmonies of #5AF018
Complementary color
Monochromatic Colors of #5AF018
Black with #5AF018
Text Example
Text Example
White with #5AF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF018; }
p { color: rgb(90,240,24); }
H1.HeaderClassName
{
color: #5AF018;
}
.AnyTagClassName
{
color: #5AF018;
}
</style>
background-color css
<style>
a { background-color: #5AF018; }
a { background-color: rgb(90,240,24); }
div.DivClassName
{
background-color: #5AF018;
}
.BgClassName
{
background-color: #5AF018;
}
</style>
border-color css
<style>
span { border-color: #5AF018; }
span { border-color: rgb(90,240,24); }
td.TdClassName
{
border-color: #5AF018;
}
.TagClassName
{
border-color: #5AF018;
}
</style>