Shades of Apple #5AC93D
Tints of Apple #5AC93D
RGB
CMYK
RGB Variations
Color information
#5AC93D (or 0x5AC93D) is known color: Apple. HEX triplet: 5A, C9 and 3D. RGB value is (90,201,61). Sum of RGB (Red+Green+Blue) = 90+201+61=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC93D is #A536C2. Grayscale: #989898. Windows color (decimal): -10827459 or 4049242. OLE color: 4049242.
HSL color Cylindrical-coordinate representation of color #5AC93D: hue angle of 107.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5AC93D is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 61 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.21 |
| HSL | 107.57º | 0.56% | 0.51% | - |
| HSV(B) | 107.57º | 0.7% | 0.79% | - |
| XYZ | 25.95 | 44.28 | 11.6 | - |
| YUV | 151.85 | 76.73 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 61 | 0.55 | 0 | 0.70 | 0.21 | 107.57 | 0.56 | 0.51 |
| Hex | 5A | C9 | 3D | 37 | 0 | 46 | 15 | 6C | 38 | 33 |
| Octal | 132 | 311 | 75 | 67 | 0 | 106 | 25 | 154 | 70 | 63 |
| Binary | 1011010 | 11001001 | 111101 | 110111 | 0 | 1000110 | 10101 | 1101100 | 111000 | 110011 |
Color Harmonies of #5AC93D
Complementary color
Monochromatic Colors of #5AC93D
Black with #5AC93D
Text Example
Text Example
White with #5AC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC93D; }
p { color: rgb(90,201,61); }
H1.HeaderClassName
{
color: #5AC93D;
}
.AnyTagClassName
{
color: #5AC93D;
}
</style>
background-color css
<style>
a { background-color: #5AC93D; }
a { background-color: rgb(90,201,61); }
div.DivClassName
{
background-color: #5AC93D;
}
.BgClassName
{
background-color: #5AC93D;
}
</style>
border-color css
<style>
span { border-color: #5AC93D; }
span { border-color: rgb(90,201,61); }
td.TdClassName
{
border-color: #5AC93D;
}
.TagClassName
{
border-color: #5AC93D;
}
</style>