Shades of Bright Green #5AF20A
Tints of Bright Green #5AF20A
RGB
CMYK
RGB Variations
Color information
#5AF20A (or 0x5AF20A) is known color: Bright Green. HEX triplet: 5A, F2 and 0A. RGB value is (90,242,10). Sum of RGB (Red+Green+Blue) = 90+242+10=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF20A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF20A is #A50DF5. Grayscale: #AAAAAA. Windows color (decimal): -10817014 or 717402. OLE color: 717402.
HSL color Cylindrical-coordinate representation of color #5AF20A: hue angle of 99.31º degrees, saturation: 0.92, 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 #5AF20A is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 242 | 10 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.05 |
| HSL | 99.31º | 0.92% | 0.49% | - |
| HSV(B) | 99.31º | 0.96% | 0.95% | - |
| XYZ | 36.02 | 65.7 | 11.07 | - |
| YUV | 170.1 | 37.64 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 242 | 10 | 0.63 | 0 | 0.96 | 0.05 | 99.31 | 0.92 | 0.49 |
| Hex | 5A | F2 | A | 3F | 0 | 60 | 5 | 63 | 5C | 31 |
| Octal | 132 | 362 | 12 | 77 | 0 | 140 | 5 | 143 | 134 | 61 |
| Binary | 1011010 | 11110010 | 1010 | 111111 | 0 | 1100000 | 101 | 1100011 | 1011100 | 110001 |
Color Harmonies of #5AF20A
Complementary color
Monochromatic Colors of #5AF20A
Black with #5AF20A
Text Example
Text Example
White with #5AF20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF20A; }
p { color: rgb(90,242,10); }
H1.HeaderClassName
{
color: #5AF20A;
}
.AnyTagClassName
{
color: #5AF20A;
}
</style>
background-color css
<style>
a { background-color: #5AF20A; }
a { background-color: rgb(90,242,10); }
div.DivClassName
{
background-color: #5AF20A;
}
.BgClassName
{
background-color: #5AF20A;
}
</style>
border-color css
<style>
span { border-color: #5AF20A; }
span { border-color: rgb(90,242,10); }
td.TdClassName
{
border-color: #5AF20A;
}
.TagClassName
{
border-color: #5AF20A;
}
</style>