Shades of Apple #5AC638
Tints of Apple #5AC638
RGB
CMYK
RGB Variations
Color information
#5AC638 (or 0x5AC638) is known color: Apple. HEX triplet: 5A, C6 and 38. RGB value is (90,198,56). Sum of RGB (Red+Green+Blue) = 90+198+56=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 198 (77.73% from 255 or 57.56% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC638 is #A539C7. Grayscale: #959595. Windows color (decimal): -10828232 or 3720794. OLE color: 3720794.
HSL color Cylindrical-coordinate representation of color #5AC638: hue angle of 105.63º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AC638 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 198 | 56 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.22 |
| HSL | 105.63º | 0.56% | 0.5% | - |
| HSV(B) | 105.63º | 0.72% | 0.78% | - |
| XYZ | 25.12 | 42.85 | 10.69 | - |
| YUV | 149.52 | 75.22 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 198 | 56 | 0.55 | 0 | 0.72 | 0.22 | 105.63 | 0.56 | 0.5 |
| Hex | 5A | C6 | 38 | 37 | 0 | 48 | 16 | 6A | 38 | 32 |
| Octal | 132 | 306 | 70 | 67 | 0 | 110 | 26 | 152 | 70 | 62 |
| Binary | 1011010 | 11000110 | 111000 | 110111 | 0 | 1001000 | 10110 | 1101010 | 111000 | 110010 |
Color Harmonies of #5AC638
Complementary color
Monochromatic Colors of #5AC638
Black with #5AC638
Text Example
Text Example
White with #5AC638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC638; }
p { color: rgb(90,198,56); }
H1.HeaderClassName
{
color: #5AC638;
}
.AnyTagClassName
{
color: #5AC638;
}
</style>
background-color css
<style>
a { background-color: #5AC638; }
a { background-color: rgb(90,198,56); }
div.DivClassName
{
background-color: #5AC638;
}
.BgClassName
{
background-color: #5AC638;
}
</style>
border-color css
<style>
span { border-color: #5AC638; }
span { border-color: rgb(90,198,56); }
td.TdClassName
{
border-color: #5AC638;
}
.TagClassName
{
border-color: #5AC638;
}
</style>