Shades of Apple #62AC5A
Tints of Apple #62AC5A
RGB
CMYK
RGB Variations
Color information
#62AC5A (or 0x62AC5A) is known color: Apple. HEX triplet: 62, AC and 5A. RGB value is (98,172,90). Sum of RGB (Red+Green+Blue) = 98+172+90=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #62AC5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AC5A is #9D53A5. Grayscale: #8C8C8C. Windows color (decimal): -10310566 or 5942370. OLE color: 5942370.
HSL color Cylindrical-coordinate representation of color #62AC5A: hue angle of 114.15º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62AC5A is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 172 | 90 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.33 |
| HSL | 114.15º | 0.33% | 0.51% | - |
| HSV(B) | 114.15º | 0.48% | 0.67% | - |
| XYZ | 21.63 | 32.84 | 14.87 | - |
| YUV | 140.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 172 | 90 | 0.43 | 0 | 0.48 | 0.33 | 114.15 | 0.33 | 0.51 |
| Hex | 62 | AC | 5A | 2B | 0 | 30 | 21 | 72 | 21 | 33 |
| Octal | 142 | 254 | 132 | 53 | 0 | 60 | 41 | 162 | 41 | 63 |
| Binary | 1100010 | 10101100 | 1011010 | 101011 | 0 | 110000 | 100001 | 1110010 | 100001 | 110011 |
Color Harmonies of #62AC5A
Complementary color
Monochromatic Colors of #62AC5A
Black with #62AC5A
Text Example
Text Example
White with #62AC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AC5A; }
p { color: rgb(98,172,90); }
H1.HeaderClassName
{
color: #62AC5A;
}
.AnyTagClassName
{
color: #62AC5A;
}
</style>
background-color css
<style>
a { background-color: #62AC5A; }
a { background-color: rgb(98,172,90); }
div.DivClassName
{
background-color: #62AC5A;
}
.BgClassName
{
background-color: #62AC5A;
}
</style>
border-color css
<style>
span { border-color: #62AC5A; }
span { border-color: rgb(98,172,90); }
td.TdClassName
{
border-color: #62AC5A;
}
.TagClassName
{
border-color: #62AC5A;
}
</style>