Shades of Apple #5ACF4A
Tints of Apple #5ACF4A
RGB
CMYK
RGB Variations
Color information
#5ACF4A (or 0x5ACF4A) is known color: Apple. HEX triplet: 5A, CF and 4A. RGB value is (90,207,74). Sum of RGB (Red+Green+Blue) = 90+207+74=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF4A is #A530B5. Grayscale: #9D9D9D. Windows color (decimal): -10825910 or 4902746. OLE color: 4902746.
HSL color Cylindrical-coordinate representation of color #5ACF4A: hue angle of 112.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ACF4A is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 74 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.19 |
| HSL | 112.78º | 0.58% | 0.55% | - |
| HSV(B) | 112.78º | 0.64% | 0.81% | - |
| XYZ | 27.77 | 47.29 | 14.14 | - |
| YUV | 156.86 | 81.24 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 74 | 0.57 | 0 | 0.64 | 0.19 | 112.78 | 0.58 | 0.55 |
| Hex | 5A | CF | 4A | 39 | 0 | 40 | 13 | 71 | 3A | 37 |
| Octal | 132 | 317 | 112 | 71 | 0 | 100 | 23 | 161 | 72 | 67 |
| Binary | 1011010 | 11001111 | 1001010 | 111001 | 0 | 1000000 | 10011 | 1110001 | 111010 | 110111 |
Color Harmonies of #5ACF4A
Complementary color
Monochromatic Colors of #5ACF4A
Black with #5ACF4A
Text Example
Text Example
White with #5ACF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF4A; }
p { color: rgb(90,207,74); }
H1.HeaderClassName
{
color: #5ACF4A;
}
.AnyTagClassName
{
color: #5ACF4A;
}
</style>
background-color css
<style>
a { background-color: #5ACF4A; }
a { background-color: rgb(90,207,74); }
div.DivClassName
{
background-color: #5ACF4A;
}
.BgClassName
{
background-color: #5ACF4A;
}
</style>
border-color css
<style>
span { border-color: #5ACF4A; }
span { border-color: rgb(90,207,74); }
td.TdClassName
{
border-color: #5ACF4A;
}
.TagClassName
{
border-color: #5ACF4A;
}
</style>