Shades of Bright Green #5AF01A
Tints of Bright Green #5AF01A
RGB
CMYK
RGB Variations
Color information
#5AF01A (or 0x5AF01A) is known color: Bright Green. HEX triplet: 5A, F0 and 1A. RGB value is (90,240,26). Sum of RGB (Red+Green+Blue) = 90+240+26=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF01A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF01A is #A50FE5. Grayscale: #ABABAB. Windows color (decimal): -10817510 or 1765466. OLE color: 1765466.
HSL color Cylindrical-coordinate representation of color #5AF01A: hue angle of 102.06º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AF01A is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 26 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.06 |
| HSL | 102.06º | 0.88% | 0.52% | - |
| HSV(B) | 102.06º | 0.89% | 0.94% | - |
| XYZ | 35.56 | 64.57 | 11.57 | - |
| YUV | 170.75 | 46.31 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 26 | 0.62 | 0 | 0.89 | 0.06 | 102.06 | 0.88 | 0.52 |
| Hex | 5A | F0 | 1A | 3E | 0 | 59 | 6 | 66 | 58 | 34 |
| Octal | 132 | 360 | 32 | 76 | 0 | 131 | 6 | 146 | 130 | 64 |
| Binary | 1011010 | 11110000 | 11010 | 111110 | 0 | 1011001 | 110 | 1100110 | 1011000 | 110100 |
Color Harmonies of #5AF01A
Complementary color
Monochromatic Colors of #5AF01A
Black with #5AF01A
Text Example
Text Example
White with #5AF01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF01A; }
p { color: rgb(90,240,26); }
H1.HeaderClassName
{
color: #5AF01A;
}
.AnyTagClassName
{
color: #5AF01A;
}
</style>
background-color css
<style>
a { background-color: #5AF01A; }
a { background-color: rgb(90,240,26); }
div.DivClassName
{
background-color: #5AF01A;
}
.BgClassName
{
background-color: #5AF01A;
}
</style>
border-color css
<style>
span { border-color: #5AF01A; }
span { border-color: rgb(90,240,26); }
td.TdClassName
{
border-color: #5AF01A;
}
.TagClassName
{
border-color: #5AF01A;
}
</style>