Shades of Apple #5AB13C
Tints of Apple #5AB13C
RGB
CMYK
RGB Variations
Color information
#5AB13C (or 0x5AB13C) is known color: Apple. HEX triplet: 5A, B1 and 3C. RGB value is (90,177,60). Sum of RGB (Red+Green+Blue) = 90+177+60=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB13C is #A54EC3. Grayscale: #8A8A8A. Windows color (decimal): -10833604 or 3977562. OLE color: 3977562.
HSL color Cylindrical-coordinate representation of color #5AB13C: hue angle of 104.62º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AB13C is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 60 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.31 |
| HSL | 104.62º | 0.49% | 0.46% | - |
| HSV(B) | 104.62º | 0.66% | 0.69% | - |
| XYZ | 20.75 | 33.94 | 9.73 | - |
| YUV | 137.65 | 84.18 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 60 | 0.49 | 0 | 0.66 | 0.31 | 104.62 | 0.49 | 0.46 |
| Hex | 5A | B1 | 3C | 31 | 0 | 42 | 1F | 69 | 31 | 2E |
| Octal | 132 | 261 | 74 | 61 | 0 | 102 | 37 | 151 | 61 | 56 |
| Binary | 1011010 | 10110001 | 111100 | 110001 | 0 | 1000010 | 11111 | 1101001 | 110001 | 101110 |
Color Harmonies of #5AB13C
Complementary color
Monochromatic Colors of #5AB13C
Black with #5AB13C
Text Example
Text Example
White with #5AB13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB13C; }
p { color: rgb(90,177,60); }
H1.HeaderClassName
{
color: #5AB13C;
}
.AnyTagClassName
{
color: #5AB13C;
}
</style>
background-color css
<style>
a { background-color: #5AB13C; }
a { background-color: rgb(90,177,60); }
div.DivClassName
{
background-color: #5AB13C;
}
.BgClassName
{
background-color: #5AB13C;
}
</style>
border-color css
<style>
span { border-color: #5AB13C; }
span { border-color: rgb(90,177,60); }
td.TdClassName
{
border-color: #5AB13C;
}
.TagClassName
{
border-color: #5AB13C;
}
</style>