Shades of Apple #6AD64A
Tints of Apple #6AD64A
RGB
CMYK
RGB Variations
Color information
#6AD64A (or 0x6AD64A) is known color: Apple. HEX triplet: 6A, D6 and 4A. RGB value is (106,214,74). Sum of RGB (Red+Green+Blue) = 106+214+74=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD64A is #9529B5. Grayscale: #A6A6A6. Windows color (decimal): -9775542 or 4904554. OLE color: 4904554.
HSL color Cylindrical-coordinate representation of color #6AD64A: hue angle of 106.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AD64A is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 74 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.16 |
| HSL | 106.29º | 0.63% | 0.56% | - |
| HSV(B) | 106.29º | 0.65% | 0.84% | - |
| XYZ | 31.23 | 51.65 | 14.8 | - |
| YUV | 165.75 | 76.22 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 74 | 0.50 | 0 | 0.65 | 0.16 | 106.29 | 0.63 | 0.56 |
| Hex | 6A | D6 | 4A | 32 | 0 | 41 | 10 | 6A | 3F | 38 |
| Octal | 152 | 326 | 112 | 62 | 0 | 101 | 20 | 152 | 77 | 70 |
| Binary | 1101010 | 11010110 | 1001010 | 110010 | 0 | 1000001 | 10000 | 1101010 | 111111 | 111000 |
Color Harmonies of #6AD64A
Complementary color
Monochromatic Colors of #6AD64A
Black with #6AD64A
Text Example
Text Example
White with #6AD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD64A; }
p { color: rgb(106,214,74); }
H1.HeaderClassName
{
color: #6AD64A;
}
.AnyTagClassName
{
color: #6AD64A;
}
</style>
background-color css
<style>
a { background-color: #6AD64A; }
a { background-color: rgb(106,214,74); }
div.DivClassName
{
background-color: #6AD64A;
}
.BgClassName
{
background-color: #6AD64A;
}
</style>
border-color css
<style>
span { border-color: #6AD64A; }
span { border-color: rgb(106,214,74); }
td.TdClassName
{
border-color: #6AD64A;
}
.TagClassName
{
border-color: #6AD64A;
}
</style>