Shades of Apple #6AC054
Tints of Apple #6AC054
RGB
CMYK
RGB Variations
Color information
#6AC054 (or 0x6AC054) is known color: Apple. HEX triplet: 6A, C0 and 54. RGB value is (106,192,84). Sum of RGB (Red+Green+Blue) = 106+192+84=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC054 is #953FAB. Grayscale: #9A9A9A. Windows color (decimal): -9781164 or 5554282. OLE color: 5554282.
HSL color Cylindrical-coordinate representation of color #6AC054: hue angle of 107.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AC054 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 84 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.25 |
| HSL | 107.78º | 0.46% | 0.54% | - |
| HSV(B) | 107.78º | 0.56% | 0.75% | - |
| XYZ | 26.39 | 41.4 | 14.99 | - |
| YUV | 153.97 | 88.51 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 84 | 0.45 | 0 | 0.56 | 0.25 | 107.78 | 0.46 | 0.54 |
| Hex | 6A | C0 | 54 | 2D | 0 | 38 | 19 | 6C | 2E | 36 |
| Octal | 152 | 300 | 124 | 55 | 0 | 70 | 31 | 154 | 56 | 66 |
| Binary | 1101010 | 11000000 | 1010100 | 101101 | 0 | 111000 | 11001 | 1101100 | 101110 | 110110 |
Color Harmonies of #6AC054
Complementary color
Monochromatic Colors of #6AC054
Black with #6AC054
Text Example
Text Example
White with #6AC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC054; }
p { color: rgb(106,192,84); }
H1.HeaderClassName
{
color: #6AC054;
}
.AnyTagClassName
{
color: #6AC054;
}
</style>
background-color css
<style>
a { background-color: #6AC054; }
a { background-color: rgb(106,192,84); }
div.DivClassName
{
background-color: #6AC054;
}
.BgClassName
{
background-color: #6AC054;
}
</style>
border-color css
<style>
span { border-color: #6AC054; }
span { border-color: rgb(106,192,84); }
td.TdClassName
{
border-color: #6AC054;
}
.TagClassName
{
border-color: #6AC054;
}
</style>