Shades of Apple #5AC138
Tints of Apple #5AC138
RGB
CMYK
RGB Variations
Color information
#5AC138 (or 0x5AC138) is known color: Apple. HEX triplet: 5A, C1 and 38. RGB value is (90,193,56). Sum of RGB (Red+Green+Blue) = 90+193+56=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC138 is #A53EC7. Grayscale: #939393. Windows color (decimal): -10829512 or 3719514. OLE color: 3719514.
HSL color Cylindrical-coordinate representation of color #5AC138: hue angle of 105.11º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5AC138 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 56 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.24 |
| HSL | 105.11º | 0.55% | 0.49% | - |
| HSV(B) | 105.11º | 0.71% | 0.76% | - |
| XYZ | 24 | 40.6 | 10.31 | - |
| YUV | 146.59 | 76.88 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 56 | 0.53 | 0 | 0.71 | 0.24 | 105.11 | 0.55 | 0.49 |
| Hex | 5A | C1 | 38 | 35 | 0 | 47 | 18 | 69 | 37 | 31 |
| Octal | 132 | 301 | 70 | 65 | 0 | 107 | 30 | 151 | 67 | 61 |
| Binary | 1011010 | 11000001 | 111000 | 110101 | 0 | 1000111 | 11000 | 1101001 | 110111 | 110001 |
Color Harmonies of #5AC138
Complementary color
Monochromatic Colors of #5AC138
Black with #5AC138
Text Example
Text Example
White with #5AC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC138; }
p { color: rgb(90,193,56); }
H1.HeaderClassName
{
color: #5AC138;
}
.AnyTagClassName
{
color: #5AC138;
}
</style>
background-color css
<style>
a { background-color: #5AC138; }
a { background-color: rgb(90,193,56); }
div.DivClassName
{
background-color: #5AC138;
}
.BgClassName
{
background-color: #5AC138;
}
</style>
border-color css
<style>
span { border-color: #5AC138; }
span { border-color: rgb(90,193,56); }
td.TdClassName
{
border-color: #5AC138;
}
.TagClassName
{
border-color: #5AC138;
}
</style>