Shades of Apple #6CAE3A
Tints of Apple #6CAE3A
RGB
CMYK
RGB Variations
Color information
#6CAE3A (or 0x6CAE3A) is known color: Apple. HEX triplet: 6C, AE and 3A. RGB value is (108,174,58). Sum of RGB (Red+Green+Blue) = 108+174+58=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAE3A is #9351C5. Grayscale: #8D8D8D. Windows color (decimal): -9654726 or 3845740. OLE color: 3845740.
HSL color Cylindrical-coordinate representation of color #6CAE3A: hue angle of 94.14º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6CAE3A is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 174 | 58 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.32 |
| HSL | 94.14º | 0.5% | 0.45% | - |
| HSV(B) | 94.14º | 0.67% | 0.68% | - |
| XYZ | 22.08 | 33.77 | 9.36 | - |
| YUV | 141.04 | 81.13 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 58 | 0.38 | 0 | 0.67 | 0.32 | 94.14 | 0.5 | 0.45 |
| Hex | 6C | AE | 3A | 26 | 0 | 43 | 20 | 5E | 32 | 2D |
| Octal | 154 | 256 | 72 | 46 | 0 | 103 | 40 | 136 | 62 | 55 |
| Binary | 1101100 | 10101110 | 111010 | 100110 | 0 | 1000011 | 100000 | 1011110 | 110010 | 101101 |
Color Harmonies of #6CAE3A
Complementary color
Monochromatic Colors of #6CAE3A
Black with #6CAE3A
Text Example
Text Example
White with #6CAE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAE3A; }
p { color: rgb(108,174,58); }
H1.HeaderClassName
{
color: #6CAE3A;
}
.AnyTagClassName
{
color: #6CAE3A;
}
</style>
background-color css
<style>
a { background-color: #6CAE3A; }
a { background-color: rgb(108,174,58); }
div.DivClassName
{
background-color: #6CAE3A;
}
.BgClassName
{
background-color: #6CAE3A;
}
</style>
border-color css
<style>
span { border-color: #6CAE3A; }
span { border-color: rgb(108,174,58); }
td.TdClassName
{
border-color: #6CAE3A;
}
.TagClassName
{
border-color: #6CAE3A;
}
</style>