Shades of Apple #6AD945
Tints of Apple #6AD945
RGB
CMYK
RGB Variations
Color information
#6AD945 (or 0x6AD945) is known color: Apple. HEX triplet: 6A, D9 and 45. RGB value is (106,217,69). Sum of RGB (Red+Green+Blue) = 106+217+69=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD945 is #9526BA. Grayscale: #A7A7A7. Windows color (decimal): -9774779 or 4577642. OLE color: 4577642.
HSL color Cylindrical-coordinate representation of color #6AD945: hue angle of 105º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6AD945 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 217 | 69 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.15 |
| HSL | 105º | 0.66% | 0.56% | - |
| HSV(B) | 105º | 0.68% | 0.85% | - |
| XYZ | 31.83 | 53.12 | 14.21 | - |
| YUV | 166.94 | 72.73 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 217 | 69 | 0.51 | 0 | 0.68 | 0.15 | 105 | 0.66 | 0.56 |
| Hex | 6A | D9 | 45 | 33 | 0 | 44 | F | 69 | 42 | 38 |
| Octal | 152 | 331 | 105 | 63 | 0 | 104 | 17 | 151 | 102 | 70 |
| Binary | 1101010 | 11011001 | 1000101 | 110011 | 0 | 1000100 | 1111 | 1101001 | 1000010 | 111000 |
Color Harmonies of #6AD945
Complementary color
Monochromatic Colors of #6AD945
Black with #6AD945
Text Example
Text Example
White with #6AD945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD945; }
p { color: rgb(106,217,69); }
H1.HeaderClassName
{
color: #6AD945;
}
.AnyTagClassName
{
color: #6AD945;
}
</style>
background-color css
<style>
a { background-color: #6AD945; }
a { background-color: rgb(106,217,69); }
div.DivClassName
{
background-color: #6AD945;
}
.BgClassName
{
background-color: #6AD945;
}
</style>
border-color css
<style>
span { border-color: #6AD945; }
span { border-color: rgb(106,217,69); }
td.TdClassName
{
border-color: #6AD945;
}
.TagClassName
{
border-color: #6AD945;
}
</style>