Shades of Apple #62A946
Tints of Apple #62A946
RGB
CMYK
RGB Variations
Color information
#62A946 (or 0x62A946) is known color: Apple. HEX triplet: 62, A9 and 46. RGB value is (98,169,70). Sum of RGB (Red+Green+Blue) = 98+169+70=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 169 (66.41% from 255 or 50.15% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 169 - color contains mainly: green. Hex color #62A946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A946 is #9D56B9. Grayscale: #888888. Windows color (decimal): -10311354 or 4630882. OLE color: 4630882.
HSL color Cylindrical-coordinate representation of color #62A946: hue angle of 103.03º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62A946 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 98 | 169 | 70 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.34 |
| HSL | 103.03º | 0.41% | 0.47% | - |
| HSV(B) | 103.03º | 0.59% | 0.66% | - |
| XYZ | 20.33 | 31.41 | 10.79 | - |
| YUV | 136.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 169 | 70 | 0.42 | 0 | 0.59 | 0.34 | 103.03 | 0.41 | 0.47 |
| Hex | 62 | A9 | 46 | 2A | 0 | 3B | 22 | 67 | 29 | 2F |
| Octal | 142 | 251 | 106 | 52 | 0 | 73 | 42 | 147 | 51 | 57 |
| Binary | 1100010 | 10101001 | 1000110 | 101010 | 0 | 111011 | 100010 | 1100111 | 101001 | 101111 |
Color Harmonies of #62A946
Complementary color
Monochromatic Colors of #62A946
Black with #62A946
Text Example
Text Example
White with #62A946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A946; }
p { color: rgb(98,169,70); }
H1.HeaderClassName
{
color: #62A946;
}
.AnyTagClassName
{
color: #62A946;
}
</style>
background-color css
<style>
a { background-color: #62A946; }
a { background-color: rgb(98,169,70); }
div.DivClassName
{
background-color: #62A946;
}
.BgClassName
{
background-color: #62A946;
}
</style>
border-color css
<style>
span { border-color: #62A946; }
span { border-color: rgb(98,169,70); }
td.TdClassName
{
border-color: #62A946;
}
.TagClassName
{
border-color: #62A946;
}
</style>