Shades of Apple #5AC235
Tints of Apple #5AC235
RGB
CMYK
RGB Variations
Color information
#5AC235 (or 0x5AC235) is known color: Apple. HEX triplet: 5A, C2 and 35. RGB value is (90,194,53). Sum of RGB (Red+Green+Blue) = 90+194+53=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC235 is #A53DCA. Grayscale: #939393. Windows color (decimal): -10829259 or 3523162. OLE color: 3523162.
HSL color Cylindrical-coordinate representation of color #5AC235: hue angle of 104.26º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AC235 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 53 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.24 |
| HSL | 104.26º | 0.57% | 0.48% | - |
| HSV(B) | 104.26º | 0.73% | 0.76% | - |
| XYZ | 24.15 | 41.01 | 10.01 | - |
| YUV | 146.83 | 75.04 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 53 | 0.54 | 0 | 0.73 | 0.24 | 104.26 | 0.57 | 0.48 |
| Hex | 5A | C2 | 35 | 36 | 0 | 49 | 18 | 68 | 39 | 30 |
| Octal | 132 | 302 | 65 | 66 | 0 | 111 | 30 | 150 | 71 | 60 |
| Binary | 1011010 | 11000010 | 110101 | 110110 | 0 | 1001001 | 11000 | 1101000 | 111001 | 110000 |
Color Harmonies of #5AC235
Complementary color
Monochromatic Colors of #5AC235
Black with #5AC235
Text Example
Text Example
White with #5AC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC235; }
p { color: rgb(90,194,53); }
H1.HeaderClassName
{
color: #5AC235;
}
.AnyTagClassName
{
color: #5AC235;
}
</style>
background-color css
<style>
a { background-color: #5AC235; }
a { background-color: rgb(90,194,53); }
div.DivClassName
{
background-color: #5AC235;
}
.BgClassName
{
background-color: #5AC235;
}
</style>
border-color css
<style>
span { border-color: #5AC235; }
span { border-color: rgb(90,194,53); }
td.TdClassName
{
border-color: #5AC235;
}
.TagClassName
{
border-color: #5AC235;
}
</style>