Shades of Apple #5AC148
Tints of Apple #5AC148
RGB
CMYK
RGB Variations
Color information
#5AC148 (or 0x5AC148) is known color: Apple. HEX triplet: 5A, C1 and 48. RGB value is (90,193,72). Sum of RGB (Red+Green+Blue) = 90+193+72=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC148 is #A53EB7. Grayscale: #949494. Windows color (decimal): -10829496 or 4768090. OLE color: 4768090.
HSL color Cylindrical-coordinate representation of color #5AC148: hue angle of 111.07º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AC148 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 72 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.24 |
| HSL | 111.07º | 0.49% | 0.52% | - |
| HSV(B) | 111.07º | 0.63% | 0.76% | - |
| XYZ | 24.46 | 40.78 | 12.71 | - |
| YUV | 148.41 | 84.88 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 72 | 0.53 | 0 | 0.63 | 0.24 | 111.07 | 0.49 | 0.52 |
| Hex | 5A | C1 | 48 | 35 | 0 | 3F | 18 | 6F | 31 | 34 |
| Octal | 132 | 301 | 110 | 65 | 0 | 77 | 30 | 157 | 61 | 64 |
| Binary | 1011010 | 11000001 | 1001000 | 110101 | 0 | 111111 | 11000 | 1101111 | 110001 | 110100 |
Color Harmonies of #5AC148
Complementary color
Monochromatic Colors of #5AC148
Black with #5AC148
Text Example
Text Example
White with #5AC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC148; }
p { color: rgb(90,193,72); }
H1.HeaderClassName
{
color: #5AC148;
}
.AnyTagClassName
{
color: #5AC148;
}
</style>
background-color css
<style>
a { background-color: #5AC148; }
a { background-color: rgb(90,193,72); }
div.DivClassName
{
background-color: #5AC148;
}
.BgClassName
{
background-color: #5AC148;
}
</style>
border-color css
<style>
span { border-color: #5AC148; }
span { border-color: rgb(90,193,72); }
td.TdClassName
{
border-color: #5AC148;
}
.TagClassName
{
border-color: #5AC148;
}
</style>