Shades of Apple #6AD24B
Tints of Apple #6AD24B
RGB
CMYK
RGB Variations
Color information
#6AD24B (or 0x6AD24B) is known color: Apple. HEX triplet: 6A, D2 and 4B. RGB value is (106,210,75). Sum of RGB (Red+Green+Blue) = 106+210+75=391 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.11% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD24B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD24B is #952DB4. Grayscale: #A3A3A3. Windows color (decimal): -9776565 or 4969066. OLE color: 4969066.
HSL color Cylindrical-coordinate representation of color #6AD24B: hue angle of 106.22º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6AD24B is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 75 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.18 |
| HSL | 106.22º | 0.6% | 0.56% | - |
| HSV(B) | 106.22º | 0.64% | 0.82% | - |
| XYZ | 30.26 | 49.67 | 14.65 | - |
| YUV | 163.51 | 78.04 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 75 | 0.50 | 0 | 0.64 | 0.18 | 106.22 | 0.6 | 0.56 |
| Hex | 6A | D2 | 4B | 32 | 0 | 40 | 12 | 6A | 3C | 38 |
| Octal | 152 | 322 | 113 | 62 | 0 | 100 | 22 | 152 | 74 | 70 |
| Binary | 1101010 | 11010010 | 1001011 | 110010 | 0 | 1000000 | 10010 | 1101010 | 111100 | 111000 |
Color Harmonies of #6AD24B
Complementary color
Monochromatic Colors of #6AD24B
Black with #6AD24B
Text Example
Text Example
White with #6AD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD24B; }
p { color: rgb(106,210,75); }
H1.HeaderClassName
{
color: #6AD24B;
}
.AnyTagClassName
{
color: #6AD24B;
}
</style>
background-color css
<style>
a { background-color: #6AD24B; }
a { background-color: rgb(106,210,75); }
div.DivClassName
{
background-color: #6AD24B;
}
.BgClassName
{
background-color: #6AD24B;
}
</style>
border-color css
<style>
span { border-color: #6AD24B; }
span { border-color: rgb(106,210,75); }
td.TdClassName
{
border-color: #6AD24B;
}
.TagClassName
{
border-color: #6AD24B;
}
</style>