Shades of Apple #6AD048
Tints of Apple #6AD048
RGB
CMYK
RGB Variations
Color information
#6AD048 (or 0x6AD048) is known color: Apple. HEX triplet: 6A, D0 and 48. RGB value is (106,208,72). Sum of RGB (Red+Green+Blue) = 106+208+72=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD048 is #952FB7. Grayscale: #A2A2A2. Windows color (decimal): -9777080 or 4771946. OLE color: 4771946.
HSL color Cylindrical-coordinate representation of color #6AD048: hue angle of 105º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AD048 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 72 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.18 |
| HSL | 105º | 0.59% | 0.55% | - |
| HSV(B) | 105º | 0.65% | 0.82% | - |
| XYZ | 29.67 | 48.64 | 13.96 | - |
| YUV | 162 | 77.21 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 72 | 0.49 | 0 | 0.65 | 0.18 | 105 | 0.59 | 0.55 |
| Hex | 6A | D0 | 48 | 31 | 0 | 41 | 12 | 69 | 3B | 37 |
| Octal | 152 | 320 | 110 | 61 | 0 | 101 | 22 | 151 | 73 | 67 |
| Binary | 1101010 | 11010000 | 1001000 | 110001 | 0 | 1000001 | 10010 | 1101001 | 111011 | 110111 |
Color Harmonies of #6AD048
Complementary color
Monochromatic Colors of #6AD048
Black with #6AD048
Text Example
Text Example
White with #6AD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD048; }
p { color: rgb(106,208,72); }
H1.HeaderClassName
{
color: #6AD048;
}
.AnyTagClassName
{
color: #6AD048;
}
</style>
background-color css
<style>
a { background-color: #6AD048; }
a { background-color: rgb(106,208,72); }
div.DivClassName
{
background-color: #6AD048;
}
.BgClassName
{
background-color: #6AD048;
}
</style>
border-color css
<style>
span { border-color: #6AD048; }
span { border-color: rgb(106,208,72); }
td.TdClassName
{
border-color: #6AD048;
}
.TagClassName
{
border-color: #6AD048;
}
</style>