Shades of Apple #6AC050
Tints of Apple #6AC050
RGB
CMYK
RGB Variations
Color information
#6AC050 (or 0x6AC050) is known color: Apple. HEX triplet: 6A, C0 and 50. RGB value is (106,192,80). Sum of RGB (Red+Green+Blue) = 106+192+80=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC050 is #953FAF. Grayscale: #999999. Windows color (decimal): -9781168 or 5292138. OLE color: 5292138.
HSL color Cylindrical-coordinate representation of color #6AC050: hue angle of 106.07º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AC050 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 80 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.25 |
| HSL | 106.07º | 0.47% | 0.53% | - |
| HSV(B) | 106.07º | 0.58% | 0.75% | - |
| XYZ | 26.24 | 41.34 | 14.19 | - |
| YUV | 153.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 80 | 0.45 | 0 | 0.58 | 0.25 | 106.07 | 0.47 | 0.53 |
| Hex | 6A | C0 | 50 | 2D | 0 | 3A | 19 | 6A | 2F | 35 |
| Octal | 152 | 300 | 120 | 55 | 0 | 72 | 31 | 152 | 57 | 65 |
| Binary | 1101010 | 11000000 | 1010000 | 101101 | 0 | 111010 | 11001 | 1101010 | 101111 | 110101 |
Color Harmonies of #6AC050
Complementary color
Monochromatic Colors of #6AC050
Black with #6AC050
Text Example
Text Example
White with #6AC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC050; }
p { color: rgb(106,192,80); }
H1.HeaderClassName
{
color: #6AC050;
}
.AnyTagClassName
{
color: #6AC050;
}
</style>
background-color css
<style>
a { background-color: #6AC050; }
a { background-color: rgb(106,192,80); }
div.DivClassName
{
background-color: #6AC050;
}
.BgClassName
{
background-color: #6AC050;
}
</style>
border-color css
<style>
span { border-color: #6AC050; }
span { border-color: rgb(106,192,80); }
td.TdClassName
{
border-color: #6AC050;
}
.TagClassName
{
border-color: #6AC050;
}
</style>