Shades of Apple #66AD4A
Tints of Apple #66AD4A
RGB
CMYK
RGB Variations
Color information
#66AD4A (or 0x66AD4A) is known color: Apple. HEX triplet: 66, AD and 4A. RGB value is (102,173,74). Sum of RGB (Red+Green+Blue) = 102+173+74=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AD4A is #9952B5. Grayscale: #8C8C8C. Windows color (decimal): -10048182 or 4894054. OLE color: 4894054.
HSL color Cylindrical-coordinate representation of color #66AD4A: hue angle of 103.03º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66AD4A is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 74 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.32 |
| HSL | 103.03º | 0.4% | 0.48% | - |
| HSV(B) | 103.03º | 0.57% | 0.68% | - |
| XYZ | 21.66 | 33.21 | 11.75 | - |
| YUV | 140.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 74 | 0.41 | 0 | 0.57 | 0.32 | 103.03 | 0.4 | 0.48 |
| Hex | 66 | AD | 4A | 29 | 0 | 39 | 20 | 67 | 28 | 30 |
| Octal | 146 | 255 | 112 | 51 | 0 | 71 | 40 | 147 | 50 | 60 |
| Binary | 1100110 | 10101101 | 1001010 | 101001 | 0 | 111001 | 100000 | 1100111 | 101000 | 110000 |
Color Harmonies of #66AD4A
Complementary color
Monochromatic Colors of #66AD4A
Black with #66AD4A
Text Example
Text Example
White with #66AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD4A; }
p { color: rgb(102,173,74); }
H1.HeaderClassName
{
color: #66AD4A;
}
.AnyTagClassName
{
color: #66AD4A;
}
</style>
background-color css
<style>
a { background-color: #66AD4A; }
a { background-color: rgb(102,173,74); }
div.DivClassName
{
background-color: #66AD4A;
}
.BgClassName
{
background-color: #66AD4A;
}
</style>
border-color css
<style>
span { border-color: #66AD4A; }
span { border-color: rgb(102,173,74); }
td.TdClassName
{
border-color: #66AD4A;
}
.TagClassName
{
border-color: #66AD4A;
}
</style>