Shades of Apple #6AD63A
Tints of Apple #6AD63A
RGB
CMYK
RGB Variations
Color information
#6AD63A (or 0x6AD63A) is known color: Apple. HEX triplet: 6A, D6 and 3A. RGB value is (106,214,58). Sum of RGB (Red+Green+Blue) = 106+214+58=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD63A is #9529C5. Grayscale: #A4A4A4. Windows color (decimal): -9775558 or 3855978. OLE color: 3855978.
HSL color Cylindrical-coordinate representation of color #6AD63A: hue angle of 101.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6AD63A is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 58 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.16 |
| HSL | 101.54º | 0.66% | 0.53% | - |
| HSV(B) | 101.54º | 0.73% | 0.84% | - |
| XYZ | 30.75 | 51.46 | 12.32 | - |
| YUV | 163.92 | 68.22 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 58 | 0.50 | 0 | 0.73 | 0.16 | 101.54 | 0.66 | 0.53 |
| Hex | 6A | D6 | 3A | 32 | 0 | 49 | 10 | 66 | 42 | 35 |
| Octal | 152 | 326 | 72 | 62 | 0 | 111 | 20 | 146 | 102 | 65 |
| Binary | 1101010 | 11010110 | 111010 | 110010 | 0 | 1001001 | 10000 | 1100110 | 1000010 | 110101 |
Color Harmonies of #6AD63A
Complementary color
Monochromatic Colors of #6AD63A
Black with #6AD63A
Text Example
Text Example
White with #6AD63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD63A; }
p { color: rgb(106,214,58); }
H1.HeaderClassName
{
color: #6AD63A;
}
.AnyTagClassName
{
color: #6AD63A;
}
</style>
background-color css
<style>
a { background-color: #6AD63A; }
a { background-color: rgb(106,214,58); }
div.DivClassName
{
background-color: #6AD63A;
}
.BgClassName
{
background-color: #6AD63A;
}
</style>
border-color css
<style>
span { border-color: #6AD63A; }
span { border-color: rgb(106,214,58); }
td.TdClassName
{
border-color: #6AD63A;
}
.TagClassName
{
border-color: #6AD63A;
}
</style>