Shades of Apple #60A838
Tints of Apple #60A838
RGB
CMYK
RGB Variations
Color information
#60A838 (or 0x60A838) is known color: Apple. HEX triplet: 60, A8 and 38. RGB value is (96,168,56). Sum of RGB (Red+Green+Blue) = 96+168+56=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #60A838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A838 is #9F57C7. Grayscale: #868686. Windows color (decimal): -10442696 or 3713120. OLE color: 3713120.
HSL color Cylindrical-coordinate representation of color #60A838: hue angle of 98.57º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60A838 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 168 | 56 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.34 |
| HSL | 98.57º | 0.5% | 0.44% | - |
| HSV(B) | 98.57º | 0.67% | 0.66% | - |
| XYZ | 19.54 | 30.78 | 8.65 | - |
| YUV | 133.7 | 84.15 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 56 | 0.43 | 0 | 0.67 | 0.34 | 98.57 | 0.5 | 0.44 |
| Hex | 60 | A8 | 38 | 2B | 0 | 43 | 22 | 63 | 32 | 2C |
| Octal | 140 | 250 | 70 | 53 | 0 | 103 | 42 | 143 | 62 | 54 |
| Binary | 1100000 | 10101000 | 111000 | 101011 | 0 | 1000011 | 100010 | 1100011 | 110010 | 101100 |
Color Harmonies of #60A838
Complementary color
Monochromatic Colors of #60A838
Black with #60A838
Text Example
Text Example
White with #60A838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A838; }
p { color: rgb(96,168,56); }
H1.HeaderClassName
{
color: #60A838;
}
.AnyTagClassName
{
color: #60A838;
}
</style>
background-color css
<style>
a { background-color: #60A838; }
a { background-color: rgb(96,168,56); }
div.DivClassName
{
background-color: #60A838;
}
.BgClassName
{
background-color: #60A838;
}
</style>
border-color css
<style>
span { border-color: #60A838; }
span { border-color: rgb(96,168,56); }
td.TdClassName
{
border-color: #60A838;
}
.TagClassName
{
border-color: #60A838;
}
</style>