Shades of Apple #5AD03A
Tints of Apple #5AD03A
RGB
CMYK
RGB Variations
Color information
#5AD03A (or 0x5AD03A) is known color: Apple. HEX triplet: 5A, D0 and 3A. RGB value is (90,208,58). Sum of RGB (Red+Green+Blue) = 90+208+58=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD03A is #A52FC5. Grayscale: #9C9C9C. Windows color (decimal): -10825670 or 3854426. OLE color: 3854426.
HSL color Cylindrical-coordinate representation of color #5AD03A: hue angle of 107.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AD03A is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 58 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.18 |
| HSL | 107.2º | 0.61% | 0.52% | - |
| HSV(B) | 107.2º | 0.72% | 0.82% | - |
| XYZ | 27.54 | 47.59 | 11.74 | - |
| YUV | 155.62 | 72.91 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 58 | 0.57 | 0 | 0.72 | 0.18 | 107.2 | 0.61 | 0.52 |
| Hex | 5A | D0 | 3A | 39 | 0 | 48 | 12 | 6B | 3D | 34 |
| Octal | 132 | 320 | 72 | 71 | 0 | 110 | 22 | 153 | 75 | 64 |
| Binary | 1011010 | 11010000 | 111010 | 111001 | 0 | 1001000 | 10010 | 1101011 | 111101 | 110100 |
Color Harmonies of #5AD03A
Complementary color
Monochromatic Colors of #5AD03A
Black with #5AD03A
Text Example
Text Example
White with #5AD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD03A; }
p { color: rgb(90,208,58); }
H1.HeaderClassName
{
color: #5AD03A;
}
.AnyTagClassName
{
color: #5AD03A;
}
</style>
background-color css
<style>
a { background-color: #5AD03A; }
a { background-color: rgb(90,208,58); }
div.DivClassName
{
background-color: #5AD03A;
}
.BgClassName
{
background-color: #5AD03A;
}
</style>
border-color css
<style>
span { border-color: #5AD03A; }
span { border-color: rgb(90,208,58); }
td.TdClassName
{
border-color: #5AD03A;
}
.TagClassName
{
border-color: #5AD03A;
}
</style>