Shades of Apple #63AC3C
Tints of Apple #63AC3C
RGB
CMYK
RGB Variations
Color information
#63AC3C (or 0x63AC3C) is known color: Apple. HEX triplet: 63, AC and 3C. RGB value is (99,172,60). Sum of RGB (Red+Green+Blue) = 99+172+60=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AC3C is #9C53C3. Grayscale: #898989. Windows color (decimal): -10245060 or 3976291. OLE color: 3976291.
HSL color Cylindrical-coordinate representation of color #63AC3C: hue angle of 99.11º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63AC3C is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 172 | 60 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.33 |
| HSL | 99.11º | 0.48% | 0.45% | - |
| HSV(B) | 99.11º | 0.65% | 0.67% | - |
| XYZ | 20.71 | 32.48 | 9.45 | - |
| YUV | 137.41 | 84.32 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 60 | 0.42 | 0 | 0.65 | 0.33 | 99.11 | 0.48 | 0.45 |
| Hex | 63 | AC | 3C | 2A | 0 | 41 | 21 | 63 | 30 | 2D |
| Octal | 143 | 254 | 74 | 52 | 0 | 101 | 41 | 143 | 60 | 55 |
| Binary | 1100011 | 10101100 | 111100 | 101010 | 0 | 1000001 | 100001 | 1100011 | 110000 | 101101 |
Color Harmonies of #63AC3C
Complementary color
Monochromatic Colors of #63AC3C
Black with #63AC3C
Text Example
Text Example
White with #63AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AC3C; }
p { color: rgb(99,172,60); }
H1.HeaderClassName
{
color: #63AC3C;
}
.AnyTagClassName
{
color: #63AC3C;
}
</style>
background-color css
<style>
a { background-color: #63AC3C; }
a { background-color: rgb(99,172,60); }
div.DivClassName
{
background-color: #63AC3C;
}
.BgClassName
{
background-color: #63AC3C;
}
</style>
border-color css
<style>
span { border-color: #63AC3C; }
span { border-color: rgb(99,172,60); }
td.TdClassName
{
border-color: #63AC3C;
}
.TagClassName
{
border-color: #63AC3C;
}
</style>