Shades of Apple #5AD93A
Tints of Apple #5AD93A
RGB
CMYK
RGB Variations
Color information
#5AD93A (or 0x5AD93A) is known color: Apple. HEX triplet: 5A, D9 and 3A. RGB value is (90,217,58). Sum of RGB (Red+Green+Blue) = 90+217+58=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 217 (85.16% from 255 or 59.45% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD93A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD93A is #A526C5. Grayscale: #A1A1A1. Windows color (decimal): -10823366 or 3856730. OLE color: 3856730.
HSL color Cylindrical-coordinate representation of color #5AD93A: hue angle of 107.92º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AD93A is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 58 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.15 |
| HSL | 107.92º | 0.68% | 0.54% | - |
| HSV(B) | 107.92º | 0.73% | 0.85% | - |
| XYZ | 29.79 | 52.1 | 12.49 | - |
| YUV | 160.9 | 69.92 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 58 | 0.59 | 0 | 0.73 | 0.15 | 107.92 | 0.68 | 0.54 |
| Hex | 5A | D9 | 3A | 3B | 0 | 49 | F | 6C | 44 | 36 |
| Octal | 132 | 331 | 72 | 73 | 0 | 111 | 17 | 154 | 104 | 66 |
| Binary | 1011010 | 11011001 | 111010 | 111011 | 0 | 1001001 | 1111 | 1101100 | 1000100 | 110110 |
Color Harmonies of #5AD93A
Complementary color
Monochromatic Colors of #5AD93A
Black with #5AD93A
Text Example
Text Example
White with #5AD93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD93A; }
p { color: rgb(90,217,58); }
H1.HeaderClassName
{
color: #5AD93A;
}
.AnyTagClassName
{
color: #5AD93A;
}
</style>
background-color css
<style>
a { background-color: #5AD93A; }
a { background-color: rgb(90,217,58); }
div.DivClassName
{
background-color: #5AD93A;
}
.BgClassName
{
background-color: #5AD93A;
}
</style>
border-color css
<style>
span { border-color: #5AD93A; }
span { border-color: rgb(90,217,58); }
td.TdClassName
{
border-color: #5AD93A;
}
.TagClassName
{
border-color: #5AD93A;
}
</style>