Shades of Apple #5AB834
Tints of Apple #5AB834
RGB
CMYK
RGB Variations
Color information
#5AB834 (or 0x5AB834) is known color: Apple. HEX triplet: 5A, B8 and 34. RGB value is (90,184,52). Sum of RGB (Red+Green+Blue) = 90+184+52=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB834 is #A547CB. Grayscale: #8D8D8D. Windows color (decimal): -10831820 or 3455066. OLE color: 3455066.
HSL color Cylindrical-coordinate representation of color #5AB834: hue angle of 102.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AB834 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 52 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.28 |
| HSL | 102.73º | 0.56% | 0.46% | - |
| HSV(B) | 102.73º | 0.72% | 0.72% | - |
| XYZ | 21.98 | 36.7 | 9.17 | - |
| YUV | 140.85 | 77.86 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 52 | 0.51 | 0 | 0.72 | 0.28 | 102.73 | 0.56 | 0.46 |
| Hex | 5A | B8 | 34 | 33 | 0 | 48 | 1C | 67 | 38 | 2E |
| Octal | 132 | 270 | 64 | 63 | 0 | 110 | 34 | 147 | 70 | 56 |
| Binary | 1011010 | 10111000 | 110100 | 110011 | 0 | 1001000 | 11100 | 1100111 | 111000 | 101110 |
Color Harmonies of #5AB834
Complementary color
Monochromatic Colors of #5AB834
Black with #5AB834
Text Example
Text Example
White with #5AB834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB834; }
p { color: rgb(90,184,52); }
H1.HeaderClassName
{
color: #5AB834;
}
.AnyTagClassName
{
color: #5AB834;
}
</style>
background-color css
<style>
a { background-color: #5AB834; }
a { background-color: rgb(90,184,52); }
div.DivClassName
{
background-color: #5AB834;
}
.BgClassName
{
background-color: #5AB834;
}
</style>
border-color css
<style>
span { border-color: #5AB834; }
span { border-color: rgb(90,184,52); }
td.TdClassName
{
border-color: #5AB834;
}
.TagClassName
{
border-color: #5AB834;
}
</style>