Shades of Apple #6AD02C
Tints of Apple #6AD02C
RGB
CMYK
RGB Variations
Color information
#6AD02C (or 0x6AD02C) is known color: Apple. HEX triplet: 6A, D0 and 2C. RGB value is (106,208,44). Sum of RGB (Red+Green+Blue) = 106+208+44=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD02C is #952FD3. Grayscale: #9F9F9F. Windows color (decimal): -9777108 or 2936938. OLE color: 2936938.
HSL color Cylindrical-coordinate representation of color #6AD02C: hue angle of 97.32º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6AD02C is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 44 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.18 |
| HSL | 97.32º | 0.65% | 0.49% | - |
| HSV(B) | 97.32º | 0.79% | 0.82% | - |
| XYZ | 28.95 | 48.36 | 10.19 | - |
| YUV | 158.81 | 63.21 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 44 | 0.49 | 0 | 0.79 | 0.18 | 97.32 | 0.65 | 0.49 |
| Hex | 6A | D0 | 2C | 31 | 0 | 4F | 12 | 61 | 41 | 31 |
| Octal | 152 | 320 | 54 | 61 | 0 | 117 | 22 | 141 | 101 | 61 |
| Binary | 1101010 | 11010000 | 101100 | 110001 | 0 | 1001111 | 10010 | 1100001 | 1000001 | 110001 |
Color Harmonies of #6AD02C
Complementary color
Monochromatic Colors of #6AD02C
Black with #6AD02C
Text Example
Text Example
White with #6AD02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD02C; }
p { color: rgb(106,208,44); }
H1.HeaderClassName
{
color: #6AD02C;
}
.AnyTagClassName
{
color: #6AD02C;
}
</style>
background-color css
<style>
a { background-color: #6AD02C; }
a { background-color: rgb(106,208,44); }
div.DivClassName
{
background-color: #6AD02C;
}
.BgClassName
{
background-color: #6AD02C;
}
</style>
border-color css
<style>
span { border-color: #6AD02C; }
span { border-color: rgb(106,208,44); }
td.TdClassName
{
border-color: #6AD02C;
}
.TagClassName
{
border-color: #6AD02C;
}
</style>