Shades of Apple #6AD24A
Tints of Apple #6AD24A
RGB
CMYK
RGB Variations
Color information
#6AD24A (or 0x6AD24A) is known color: Apple. HEX triplet: 6A, D2 and 4A. RGB value is (106,210,74). Sum of RGB (Red+Green+Blue) = 106+210+74=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD24A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD24A is #952DB5. Grayscale: #A3A3A3. Windows color (decimal): -9776566 or 4903530. OLE color: 4903530.
HSL color Cylindrical-coordinate representation of color #6AD24A: hue angle of 105.88º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AD24A is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 74 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.18 |
| HSL | 105.88º | 0.6% | 0.56% | - |
| HSV(B) | 105.88º | 0.65% | 0.82% | - |
| XYZ | 30.23 | 49.65 | 14.47 | - |
| YUV | 163.4 | 77.54 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 74 | 0.50 | 0 | 0.65 | 0.18 | 105.88 | 0.6 | 0.56 |
| Hex | 6A | D2 | 4A | 32 | 0 | 41 | 12 | 6A | 3C | 38 |
| Octal | 152 | 322 | 112 | 62 | 0 | 101 | 22 | 152 | 74 | 70 |
| Binary | 1101010 | 11010010 | 1001010 | 110010 | 0 | 1000001 | 10010 | 1101010 | 111100 | 111000 |
Color Harmonies of #6AD24A
Complementary color
Monochromatic Colors of #6AD24A
Black with #6AD24A
Text Example
Text Example
White with #6AD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD24A; }
p { color: rgb(106,210,74); }
H1.HeaderClassName
{
color: #6AD24A;
}
.AnyTagClassName
{
color: #6AD24A;
}
</style>
background-color css
<style>
a { background-color: #6AD24A; }
a { background-color: rgb(106,210,74); }
div.DivClassName
{
background-color: #6AD24A;
}
.BgClassName
{
background-color: #6AD24A;
}
</style>
border-color css
<style>
span { border-color: #6AD24A; }
span { border-color: rgb(106,210,74); }
td.TdClassName
{
border-color: #6AD24A;
}
.TagClassName
{
border-color: #6AD24A;
}
</style>