Shades of Apple #6AD04A
Tints of Apple #6AD04A
RGB
CMYK
RGB Variations
Color information
#6AD04A (or 0x6AD04A) is known color: Apple. HEX triplet: 6A, D0 and 4A. RGB value is (106,208,74). Sum of RGB (Red+Green+Blue) = 106+208+74=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD04A is #952FB5. Grayscale: #A2A2A2. Windows color (decimal): -9777078 or 4903018. OLE color: 4903018.
HSL color Cylindrical-coordinate representation of color #6AD04A: hue angle of 105.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6AD04A is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 74 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.18 |
| HSL | 105.67º | 0.59% | 0.55% | - |
| HSV(B) | 105.67º | 0.64% | 0.82% | - |
| XYZ | 29.74 | 48.67 | 14.31 | - |
| YUV | 162.23 | 78.21 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 74 | 0.49 | 0 | 0.64 | 0.18 | 105.67 | 0.59 | 0.55 |
| Hex | 6A | D0 | 4A | 31 | 0 | 40 | 12 | 6A | 3B | 37 |
| Octal | 152 | 320 | 112 | 61 | 0 | 100 | 22 | 152 | 73 | 67 |
| Binary | 1101010 | 11010000 | 1001010 | 110001 | 0 | 1000000 | 10010 | 1101010 | 111011 | 110111 |
Color Harmonies of #6AD04A
Complementary color
Monochromatic Colors of #6AD04A
Black with #6AD04A
Text Example
Text Example
White with #6AD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD04A; }
p { color: rgb(106,208,74); }
H1.HeaderClassName
{
color: #6AD04A;
}
.AnyTagClassName
{
color: #6AD04A;
}
</style>
background-color css
<style>
a { background-color: #6AD04A; }
a { background-color: rgb(106,208,74); }
div.DivClassName
{
background-color: #6AD04A;
}
.BgClassName
{
background-color: #6AD04A;
}
</style>
border-color css
<style>
span { border-color: #6AD04A; }
span { border-color: rgb(106,208,74); }
td.TdClassName
{
border-color: #6AD04A;
}
.TagClassName
{
border-color: #6AD04A;
}
</style>