Shades of Apple #62A154
Tints of Apple #62A154
RGB
CMYK
RGB Variations
Color information
#62A154 (or 0x62A154) is known color: Apple. HEX triplet: 62, A1 and 54. RGB value is (98,161,84). Sum of RGB (Red+Green+Blue) = 98+161+84=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #62A154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A154 is #9D5EAB. Grayscale: #858585. Windows color (decimal): -10313388 or 5546338. OLE color: 5546338.
HSL color Cylindrical-coordinate representation of color #62A154: hue angle of 109.09º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62A154 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 161 | 84 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.37 |
| HSL | 109.09º | 0.31% | 0.48% | - |
| HSV(B) | 109.09º | 0.48% | 0.63% | - |
| XYZ | 19.38 | 28.73 | 12.91 | - |
| YUV | 133.39 | 100.13 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 161 | 84 | 0.39 | 0 | 0.48 | 0.37 | 109.09 | 0.31 | 0.48 |
| Hex | 62 | A1 | 54 | 27 | 0 | 30 | 25 | 6D | 1F | 30 |
| Octal | 142 | 241 | 124 | 47 | 0 | 60 | 45 | 155 | 37 | 60 |
| Binary | 1100010 | 10100001 | 1010100 | 100111 | 0 | 110000 | 100101 | 1101101 | 11111 | 110000 |
Color Harmonies of #62A154
Complementary color
Monochromatic Colors of #62A154
Black with #62A154
Text Example
Text Example
White with #62A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A154; }
p { color: rgb(98,161,84); }
H1.HeaderClassName
{
color: #62A154;
}
.AnyTagClassName
{
color: #62A154;
}
</style>
background-color css
<style>
a { background-color: #62A154; }
a { background-color: rgb(98,161,84); }
div.DivClassName
{
background-color: #62A154;
}
.BgClassName
{
background-color: #62A154;
}
</style>
border-color css
<style>
span { border-color: #62A154; }
span { border-color: rgb(98,161,84); }
td.TdClassName
{
border-color: #62A154;
}
.TagClassName
{
border-color: #62A154;
}
</style>