Shades of Apple #5ACF46
Tints of Apple #5ACF46
RGB
CMYK
RGB Variations
Color information
#5ACF46 (or 0x5ACF46) is known color: Apple. HEX triplet: 5A, CF and 46. RGB value is (90,207,70). Sum of RGB (Red+Green+Blue) = 90+207+70=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF46 is #A530B9. Grayscale: #9C9C9C. Windows color (decimal): -10825914 or 4640602. OLE color: 4640602.
HSL color Cylindrical-coordinate representation of color #5ACF46: hue angle of 111.24º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ACF46 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 70 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.19 |
| HSL | 111.24º | 0.59% | 0.54% | - |
| HSV(B) | 111.24º | 0.66% | 0.81% | - |
| XYZ | 27.63 | 47.24 | 13.46 | - |
| YUV | 156.4 | 79.24 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 70 | 0.57 | 0 | 0.66 | 0.19 | 111.24 | 0.59 | 0.54 |
| Hex | 5A | CF | 46 | 39 | 0 | 42 | 13 | 6F | 3B | 36 |
| Octal | 132 | 317 | 106 | 71 | 0 | 102 | 23 | 157 | 73 | 66 |
| Binary | 1011010 | 11001111 | 1000110 | 111001 | 0 | 1000010 | 10011 | 1101111 | 111011 | 110110 |
Color Harmonies of #5ACF46
Complementary color
Monochromatic Colors of #5ACF46
Black with #5ACF46
Text Example
Text Example
White with #5ACF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF46; }
p { color: rgb(90,207,70); }
H1.HeaderClassName
{
color: #5ACF46;
}
.AnyTagClassName
{
color: #5ACF46;
}
</style>
background-color css
<style>
a { background-color: #5ACF46; }
a { background-color: rgb(90,207,70); }
div.DivClassName
{
background-color: #5ACF46;
}
.BgClassName
{
background-color: #5ACF46;
}
</style>
border-color css
<style>
span { border-color: #5ACF46; }
span { border-color: rgb(90,207,70); }
td.TdClassName
{
border-color: #5ACF46;
}
.TagClassName
{
border-color: #5ACF46;
}
</style>