Shades of Apple #6ACD42
Tints of Apple #6ACD42
RGB
CMYK
RGB Variations
Color information
#6ACD42 (or 0x6ACD42) is known color: Apple. HEX triplet: 6A, CD and 42. RGB value is (106,205,66). Sum of RGB (Red+Green+Blue) = 106+205+66=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACD42 is #9532BD. Grayscale: #A0A0A0. Windows color (decimal): -9777854 or 4377962. OLE color: 4377962.
HSL color Cylindrical-coordinate representation of color #6ACD42: hue angle of 102.73º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6ACD42 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 66 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.20 |
| HSL | 102.73º | 0.58% | 0.53% | - |
| HSV(B) | 102.73º | 0.68% | 0.8% | - |
| XYZ | 28.76 | 47.12 | 12.73 | - |
| YUV | 159.55 | 75.2 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 66 | 0.48 | 0 | 0.68 | 0.20 | 102.73 | 0.58 | 0.53 |
| Hex | 6A | CD | 42 | 30 | 0 | 44 | 14 | 67 | 3A | 35 |
| Octal | 152 | 315 | 102 | 60 | 0 | 104 | 24 | 147 | 72 | 65 |
| Binary | 1101010 | 11001101 | 1000010 | 110000 | 0 | 1000100 | 10100 | 1100111 | 111010 | 110101 |
Color Harmonies of #6ACD42
Complementary color
Monochromatic Colors of #6ACD42
Black with #6ACD42
Text Example
Text Example
White with #6ACD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACD42; }
p { color: rgb(106,205,66); }
H1.HeaderClassName
{
color: #6ACD42;
}
.AnyTagClassName
{
color: #6ACD42;
}
</style>
background-color css
<style>
a { background-color: #6ACD42; }
a { background-color: rgb(106,205,66); }
div.DivClassName
{
background-color: #6ACD42;
}
.BgClassName
{
background-color: #6ACD42;
}
</style>
border-color css
<style>
span { border-color: #6ACD42; }
span { border-color: rgb(106,205,66); }
td.TdClassName
{
border-color: #6ACD42;
}
.TagClassName
{
border-color: #6ACD42;
}
</style>