Shades of Apple #66AA40
Tints of Apple #66AA40
RGB
CMYK
RGB Variations
Color information
#66AA40 (or 0x66AA40) is known color: Apple. HEX triplet: 66, AA and 40. RGB value is (102,170,64). Sum of RGB (Red+Green+Blue) = 102+170+64=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AA40 is #9955BF. Grayscale: #898989. Windows color (decimal): -10048960 or 4237926. OLE color: 4237926.
HSL color Cylindrical-coordinate representation of color #66AA40: hue angle of 98.49º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66AA40 is Cyan = 0.4, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 170 | 64 | - |
| CMYK | 0.4 | 0 | 0.62 | 0.33 |
| HSL | 98.49º | 0.45% | 0.46% | - |
| HSV(B) | 98.49º | 0.62% | 0.67% | - |
| XYZ | 20.78 | 31.94 | 9.92 | - |
| YUV | 137.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 64 | 0.4 | 0 | 0.62 | 0.33 | 98.49 | 0.45 | 0.46 |
| Hex | 66 | AA | 40 | 28 | 0 | 3E | 21 | 62 | 2D | 2E |
| Octal | 146 | 252 | 100 | 50 | 0 | 76 | 41 | 142 | 55 | 56 |
| Binary | 1100110 | 10101010 | 1000000 | 101000 | 0 | 111110 | 100001 | 1100010 | 101101 | 101110 |
Color Harmonies of #66AA40
Complementary color
Monochromatic Colors of #66AA40
Black with #66AA40
Text Example
Text Example
White with #66AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AA40; }
p { color: rgb(102,170,64); }
H1.HeaderClassName
{
color: #66AA40;
}
.AnyTagClassName
{
color: #66AA40;
}
</style>
background-color css
<style>
a { background-color: #66AA40; }
a { background-color: rgb(102,170,64); }
div.DivClassName
{
background-color: #66AA40;
}
.BgClassName
{
background-color: #66AA40;
}
</style>
border-color css
<style>
span { border-color: #66AA40; }
span { border-color: rgb(102,170,64); }
td.TdClassName
{
border-color: #66AA40;
}
.TagClassName
{
border-color: #66AA40;
}
</style>