Shades of Apple #66AC3C
Tints of Apple #66AC3C
RGB
CMYK
RGB Variations
Color information
#66AC3C (or 0x66AC3C) is known color: Apple. HEX triplet: 66, AC and 3C. RGB value is (102,172,60). Sum of RGB (Red+Green+Blue) = 102+172+60=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AC3C is #9953C3. Grayscale: #8A8A8A. Windows color (decimal): -10048452 or 3976294. OLE color: 3976294.
HSL color Cylindrical-coordinate representation of color #66AC3C: hue angle of 97.5º 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 #66AC3C is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 172 | 60 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.33 |
| HSL | 97.5º | 0.48% | 0.45% | - |
| HSV(B) | 97.5º | 0.65% | 0.67% | - |
| XYZ | 21.05 | 32.66 | 9.47 | - |
| YUV | 138.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 60 | 0.41 | 0 | 0.65 | 0.33 | 97.5 | 0.48 | 0.45 |
| Hex | 66 | AC | 3C | 29 | 0 | 41 | 21 | 62 | 30 | 2D |
| Octal | 146 | 254 | 74 | 51 | 0 | 101 | 41 | 142 | 60 | 55 |
| Binary | 1100110 | 10101100 | 111100 | 101001 | 0 | 1000001 | 100001 | 1100010 | 110000 | 101101 |
Color Harmonies of #66AC3C
Complementary color
Monochromatic Colors of #66AC3C
Black with #66AC3C
Text Example
Text Example
White with #66AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AC3C; }
p { color: rgb(102,172,60); }
H1.HeaderClassName
{
color: #66AC3C;
}
.AnyTagClassName
{
color: #66AC3C;
}
</style>
background-color css
<style>
a { background-color: #66AC3C; }
a { background-color: rgb(102,172,60); }
div.DivClassName
{
background-color: #66AC3C;
}
.BgClassName
{
background-color: #66AC3C;
}
</style>
border-color css
<style>
span { border-color: #66AC3C; }
span { border-color: rgb(102,172,60); }
td.TdClassName
{
border-color: #66AC3C;
}
.TagClassName
{
border-color: #66AC3C;
}
</style>