Shades of Bright Green #5ADC0A
Tints of Bright Green #5ADC0A
RGB
CMYK
RGB Variations
Color information
#5ADC0A (or 0x5ADC0A) is known color: Bright Green. HEX triplet: 5A, DC and 0A. RGB value is (90,220,10). Sum of RGB (Red+Green+Blue) = 90+220+10=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADC0A is #A523F5. Grayscale: #9D9D9D. Windows color (decimal): -10822646 or 711770. OLE color: 711770.
HSL color Cylindrical-coordinate representation of color #5ADC0A: hue angle of 97.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5ADC0A is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 10 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.14 |
| HSL | 97.14º | 0.91% | 0.45% | - |
| HSV(B) | 97.14º | 0.95% | 0.86% | - |
| XYZ | 29.86 | 53.38 | 9.02 | - |
| YUV | 157.19 | 44.93 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 10 | 0.59 | 0 | 0.95 | 0.14 | 97.14 | 0.91 | 0.45 |
| Hex | 5A | DC | A | 3B | 0 | 5F | E | 61 | 5B | 2D |
| Octal | 132 | 334 | 12 | 73 | 0 | 137 | 16 | 141 | 133 | 55 |
| Binary | 1011010 | 11011100 | 1010 | 111011 | 0 | 1011111 | 1110 | 1100001 | 1011011 | 101101 |
Color Harmonies of #5ADC0A
Complementary color
Monochromatic Colors of #5ADC0A
Black with #5ADC0A
Text Example
Text Example
White with #5ADC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC0A; }
p { color: rgb(90,220,10); }
H1.HeaderClassName
{
color: #5ADC0A;
}
.AnyTagClassName
{
color: #5ADC0A;
}
</style>
background-color css
<style>
a { background-color: #5ADC0A; }
a { background-color: rgb(90,220,10); }
div.DivClassName
{
background-color: #5ADC0A;
}
.BgClassName
{
background-color: #5ADC0A;
}
</style>
border-color css
<style>
span { border-color: #5ADC0A; }
span { border-color: rgb(90,220,10); }
td.TdClassName
{
border-color: #5ADC0A;
}
.TagClassName
{
border-color: #5ADC0A;
}
</style>