Shades of Apple #5ACF3A
Tints of Apple #5ACF3A
RGB
CMYK
RGB Variations
Color information
#5ACF3A (or 0x5ACF3A) is known color: Apple. HEX triplet: 5A, CF and 3A. RGB value is (90,207,58). Sum of RGB (Red+Green+Blue) = 90+207+58=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF3A is #A530C5. Grayscale: #9B9B9B. Windows color (decimal): -10825926 or 3854170. OLE color: 3854170.
HSL color Cylindrical-coordinate representation of color #5ACF3A: hue angle of 107.11º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5ACF3A is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 58 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.19 |
| HSL | 107.11º | 0.61% | 0.52% | - |
| HSV(B) | 107.11º | 0.72% | 0.81% | - |
| XYZ | 27.29 | 47.1 | 11.66 | - |
| YUV | 155.03 | 73.24 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 58 | 0.57 | 0 | 0.72 | 0.19 | 107.11 | 0.61 | 0.52 |
| Hex | 5A | CF | 3A | 39 | 0 | 48 | 13 | 6B | 3D | 34 |
| Octal | 132 | 317 | 72 | 71 | 0 | 110 | 23 | 153 | 75 | 64 |
| Binary | 1011010 | 11001111 | 111010 | 111001 | 0 | 1001000 | 10011 | 1101011 | 111101 | 110100 |
Color Harmonies of #5ACF3A
Complementary color
Monochromatic Colors of #5ACF3A
Black with #5ACF3A
Text Example
Text Example
White with #5ACF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF3A; }
p { color: rgb(90,207,58); }
H1.HeaderClassName
{
color: #5ACF3A;
}
.AnyTagClassName
{
color: #5ACF3A;
}
</style>
background-color css
<style>
a { background-color: #5ACF3A; }
a { background-color: rgb(90,207,58); }
div.DivClassName
{
background-color: #5ACF3A;
}
.BgClassName
{
background-color: #5ACF3A;
}
</style>
border-color css
<style>
span { border-color: #5ACF3A; }
span { border-color: rgb(90,207,58); }
td.TdClassName
{
border-color: #5ACF3A;
}
.TagClassName
{
border-color: #5ACF3A;
}
</style>