Shades of Apple #63AC3F
Tints of Apple #63AC3F
RGB
CMYK
RGB Variations
Color information
#63AC3F (or 0x63AC3F) is known color: Apple. HEX triplet: 63, AC and 3F. RGB value is (99,172,63). Sum of RGB (Red+Green+Blue) = 99+172+63=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AC3F is #9C53C0. Grayscale: #8A8A8A. Windows color (decimal): -10245057 or 4172899. OLE color: 4172899.
HSL color Cylindrical-coordinate representation of color #63AC3F: hue angle of 100.18º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63AC3F is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 172 | 63 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.33 |
| HSL | 100.18º | 0.46% | 0.46% | - |
| HSV(B) | 100.18º | 0.63% | 0.67% | - |
| XYZ | 20.8 | 32.52 | 9.88 | - |
| YUV | 137.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 63 | 0.42 | 0 | 0.63 | 0.33 | 100.18 | 0.46 | 0.46 |
| Hex | 63 | AC | 3F | 2A | 0 | 3F | 21 | 64 | 2E | 2E |
| Octal | 143 | 254 | 77 | 52 | 0 | 77 | 41 | 144 | 56 | 56 |
| Binary | 1100011 | 10101100 | 111111 | 101010 | 0 | 111111 | 100001 | 1100100 | 101110 | 101110 |
Color Harmonies of #63AC3F
Complementary color
Monochromatic Colors of #63AC3F
Black with #63AC3F
Text Example
Text Example
White with #63AC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AC3F; }
p { color: rgb(99,172,63); }
H1.HeaderClassName
{
color: #63AC3F;
}
.AnyTagClassName
{
color: #63AC3F;
}
</style>
background-color css
<style>
a { background-color: #63AC3F; }
a { background-color: rgb(99,172,63); }
div.DivClassName
{
background-color: #63AC3F;
}
.BgClassName
{
background-color: #63AC3F;
}
</style>
border-color css
<style>
span { border-color: #63AC3F; }
span { border-color: rgb(99,172,63); }
td.TdClassName
{
border-color: #63AC3F;
}
.TagClassName
{
border-color: #63AC3F;
}
</style>