Shades of Apple #5AC23F
Tints of Apple #5AC23F
RGB
CMYK
RGB Variations
Color information
#5AC23F (or 0x5AC23F) is known color: Apple. HEX triplet: 5A, C2 and 3F. RGB value is (90,194,63). Sum of RGB (Red+Green+Blue) = 90+194+63=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC23F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC23F is #A53DC0. Grayscale: #949494. Windows color (decimal): -10829249 or 4178522. OLE color: 4178522.
HSL color Cylindrical-coordinate representation of color #5AC23F: hue angle of 107.63º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AC23F is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 63 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.24 |
| HSL | 107.63º | 0.52% | 0.5% | - |
| HSV(B) | 107.63º | 0.68% | 0.76% | - |
| XYZ | 24.41 | 41.12 | 11.35 | - |
| YUV | 147.97 | 80.04 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 63 | 0.54 | 0 | 0.68 | 0.24 | 107.63 | 0.52 | 0.5 |
| Hex | 5A | C2 | 3F | 36 | 0 | 44 | 18 | 6C | 34 | 32 |
| Octal | 132 | 302 | 77 | 66 | 0 | 104 | 30 | 154 | 64 | 62 |
| Binary | 1011010 | 11000010 | 111111 | 110110 | 0 | 1000100 | 11000 | 1101100 | 110100 | 110010 |
Color Harmonies of #5AC23F
Complementary color
Monochromatic Colors of #5AC23F
Black with #5AC23F
Text Example
Text Example
White with #5AC23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC23F; }
p { color: rgb(90,194,63); }
H1.HeaderClassName
{
color: #5AC23F;
}
.AnyTagClassName
{
color: #5AC23F;
}
</style>
background-color css
<style>
a { background-color: #5AC23F; }
a { background-color: rgb(90,194,63); }
div.DivClassName
{
background-color: #5AC23F;
}
.BgClassName
{
background-color: #5AC23F;
}
</style>
border-color css
<style>
span { border-color: #5AC23F; }
span { border-color: rgb(90,194,63); }
td.TdClassName
{
border-color: #5AC23F;
}
.TagClassName
{
border-color: #5AC23F;
}
</style>