Shades of Apple #6AD34A
Tints of Apple #6AD34A
RGB
CMYK
RGB Variations
Color information
#6AD34A (or 0x6AD34A) is known color: Apple. HEX triplet: 6A, D3 and 4A. RGB value is (106,211,74). Sum of RGB (Red+Green+Blue) = 106+211+74=391 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.11% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #6AD34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD34A is #952CB5. Grayscale: #A4A4A4. Windows color (decimal): -9776310 or 4903786. OLE color: 4903786.
HSL color Cylindrical-coordinate representation of color #6AD34A: hue angle of 105.99º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AD34A is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 211 | 74 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.17 |
| HSL | 105.99º | 0.61% | 0.56% | - |
| HSV(B) | 105.99º | 0.65% | 0.83% | - |
| XYZ | 30.47 | 50.15 | 14.55 | - |
| YUV | 163.99 | 77.21 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 211 | 74 | 0.50 | 0 | 0.65 | 0.17 | 105.99 | 0.61 | 0.56 |
| Hex | 6A | D3 | 4A | 32 | 0 | 41 | 11 | 6A | 3D | 38 |
| Octal | 152 | 323 | 112 | 62 | 0 | 101 | 21 | 152 | 75 | 70 |
| Binary | 1101010 | 11010011 | 1001010 | 110010 | 0 | 1000001 | 10001 | 1101010 | 111101 | 111000 |
Color Harmonies of #6AD34A
Complementary color
Monochromatic Colors of #6AD34A
Black with #6AD34A
Text Example
Text Example
White with #6AD34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD34A; }
p { color: rgb(106,211,74); }
H1.HeaderClassName
{
color: #6AD34A;
}
.AnyTagClassName
{
color: #6AD34A;
}
</style>
background-color css
<style>
a { background-color: #6AD34A; }
a { background-color: rgb(106,211,74); }
div.DivClassName
{
background-color: #6AD34A;
}
.BgClassName
{
background-color: #6AD34A;
}
</style>
border-color css
<style>
span { border-color: #6AD34A; }
span { border-color: rgb(106,211,74); }
td.TdClassName
{
border-color: #6AD34A;
}
.TagClassName
{
border-color: #6AD34A;
}
</style>