Shades of Apple #6AAE36
Tints of Apple #6AAE36
RGB
CMYK
RGB Variations
Color information
#6AAE36 (or 0x6AAE36) is known color: Apple. HEX triplet: 6A, AE and 36. RGB value is (106,174,54). Sum of RGB (Red+Green+Blue) = 106+174+54=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE36 is #9551C9. Grayscale: #8C8C8C. Windows color (decimal): -9785802 or 3583594. OLE color: 3583594.
HSL color Cylindrical-coordinate representation of color #6AAE36: hue angle of 94º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AAE36 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 54 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.32 |
| HSL | 94º | 0.53% | 0.45% | - |
| HSV(B) | 94º | 0.69% | 0.68% | - |
| XYZ | 21.75 | 33.6 | 8.83 | - |
| YUV | 139.99 | 79.47 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 54 | 0.39 | 0 | 0.69 | 0.32 | 94 | 0.53 | 0.45 |
| Hex | 6A | AE | 36 | 27 | 0 | 45 | 20 | 5E | 35 | 2D |
| Octal | 152 | 256 | 66 | 47 | 0 | 105 | 40 | 136 | 65 | 55 |
| Binary | 1101010 | 10101110 | 110110 | 100111 | 0 | 1000101 | 100000 | 1011110 | 110101 | 101101 |
Color Harmonies of #6AAE36
Complementary color
Monochromatic Colors of #6AAE36
Black with #6AAE36
Text Example
Text Example
White with #6AAE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE36; }
p { color: rgb(106,174,54); }
H1.HeaderClassName
{
color: #6AAE36;
}
.AnyTagClassName
{
color: #6AAE36;
}
</style>
background-color css
<style>
a { background-color: #6AAE36; }
a { background-color: rgb(106,174,54); }
div.DivClassName
{
background-color: #6AAE36;
}
.BgClassName
{
background-color: #6AAE36;
}
</style>
border-color css
<style>
span { border-color: #6AAE36; }
span { border-color: rgb(106,174,54); }
td.TdClassName
{
border-color: #6AAE36;
}
.TagClassName
{
border-color: #6AAE36;
}
</style>