Shades of Apple #66A24A
Tints of Apple #66A24A
RGB
CMYK
RGB Variations
Color information
#66A24A (or 0x66A24A) is known color: Apple. HEX triplet: 66, A2 and 4A. RGB value is (102,162,74). Sum of RGB (Red+Green+Blue) = 102+162+74=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #66A24A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A24A is #995DB5. Grayscale: #868686. Windows color (decimal): -10050998 or 4891238. OLE color: 4891238.
HSL color Cylindrical-coordinate representation of color #66A24A: hue angle of 100.91º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A24A is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 162 | 74 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.36 |
| HSL | 100.91º | 0.37% | 0.46% | - |
| HSV(B) | 100.91º | 0.54% | 0.64% | - |
| XYZ | 19.64 | 29.16 | 11.07 | - |
| YUV | 134.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 74 | 0.37 | 0 | 0.54 | 0.36 | 100.91 | 0.37 | 0.46 |
| Hex | 66 | A2 | 4A | 25 | 0 | 36 | 24 | 65 | 25 | 2E |
| Octal | 146 | 242 | 112 | 45 | 0 | 66 | 44 | 145 | 45 | 56 |
| Binary | 1100110 | 10100010 | 1001010 | 100101 | 0 | 110110 | 100100 | 1100101 | 100101 | 101110 |
Color Harmonies of #66A24A
Complementary color
Monochromatic Colors of #66A24A
Black with #66A24A
Text Example
Text Example
White with #66A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A24A; }
p { color: rgb(102,162,74); }
H1.HeaderClassName
{
color: #66A24A;
}
.AnyTagClassName
{
color: #66A24A;
}
</style>
background-color css
<style>
a { background-color: #66A24A; }
a { background-color: rgb(102,162,74); }
div.DivClassName
{
background-color: #66A24A;
}
.BgClassName
{
background-color: #66A24A;
}
</style>
border-color css
<style>
span { border-color: #66A24A; }
span { border-color: rgb(102,162,74); }
td.TdClassName
{
border-color: #66A24A;
}
.TagClassName
{
border-color: #66A24A;
}
</style>