Shades of Apple #6AD045
Tints of Apple #6AD045
RGB
CMYK
RGB Variations
Color information
#6AD045 (or 0x6AD045) is known color: Apple. HEX triplet: 6A, D0 and 45. RGB value is (106,208,69). Sum of RGB (Red+Green+Blue) = 106+208+69=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD045 is #952FBA. Grayscale: #A2A2A2. Windows color (decimal): -9777083 or 4575338. OLE color: 4575338.
HSL color Cylindrical-coordinate representation of color #6AD045: hue angle of 104.03º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6AD045 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 69 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.18 |
| HSL | 104.03º | 0.6% | 0.54% | - |
| HSV(B) | 104.03º | 0.67% | 0.82% | - |
| XYZ | 29.57 | 48.61 | 13.45 | - |
| YUV | 161.66 | 75.71 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 69 | 0.49 | 0 | 0.67 | 0.18 | 104.03 | 0.6 | 0.54 |
| Hex | 6A | D0 | 45 | 31 | 0 | 43 | 12 | 68 | 3C | 36 |
| Octal | 152 | 320 | 105 | 61 | 0 | 103 | 22 | 150 | 74 | 66 |
| Binary | 1101010 | 11010000 | 1000101 | 110001 | 0 | 1000011 | 10010 | 1101000 | 111100 | 110110 |
Color Harmonies of #6AD045
Complementary color
Monochromatic Colors of #6AD045
Black with #6AD045
Text Example
Text Example
White with #6AD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD045; }
p { color: rgb(106,208,69); }
H1.HeaderClassName
{
color: #6AD045;
}
.AnyTagClassName
{
color: #6AD045;
}
</style>
background-color css
<style>
a { background-color: #6AD045; }
a { background-color: rgb(106,208,69); }
div.DivClassName
{
background-color: #6AD045;
}
.BgClassName
{
background-color: #6AD045;
}
</style>
border-color css
<style>
span { border-color: #6AD045; }
span { border-color: rgb(106,208,69); }
td.TdClassName
{
border-color: #6AD045;
}
.TagClassName
{
border-color: #6AD045;
}
</style>