Shades of Apple #6AC84A
Tints of Apple #6AC84A
RGB
CMYK
RGB Variations
Color information
#6AC84A (or 0x6AC84A) is known color: Apple. HEX triplet: 6A, C8 and 4A. RGB value is (106,200,74). Sum of RGB (Red+Green+Blue) = 106+200+74=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 200 (78.52% from 255 or 52.63% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC84A is #9537B5. Grayscale: #9D9D9D. Windows color (decimal): -9779126 or 4900970. OLE color: 4900970.
HSL color Cylindrical-coordinate representation of color #6AC84A: hue angle of 104.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6AC84A is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 200 | 74 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.22 |
| HSL | 104.76º | 0.53% | 0.54% | - |
| HSV(B) | 104.76º | 0.63% | 0.78% | - |
| XYZ | 27.83 | 44.87 | 13.67 | - |
| YUV | 157.53 | 80.86 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 200 | 74 | 0.47 | 0 | 0.63 | 0.22 | 104.76 | 0.53 | 0.54 |
| Hex | 6A | C8 | 4A | 2F | 0 | 3F | 16 | 69 | 35 | 36 |
| Octal | 152 | 310 | 112 | 57 | 0 | 77 | 26 | 151 | 65 | 66 |
| Binary | 1101010 | 11001000 | 1001010 | 101111 | 0 | 111111 | 10110 | 1101001 | 110101 | 110110 |
Color Harmonies of #6AC84A
Complementary color
Monochromatic Colors of #6AC84A
Black with #6AC84A
Text Example
Text Example
White with #6AC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC84A; }
p { color: rgb(106,200,74); }
H1.HeaderClassName
{
color: #6AC84A;
}
.AnyTagClassName
{
color: #6AC84A;
}
</style>
background-color css
<style>
a { background-color: #6AC84A; }
a { background-color: rgb(106,200,74); }
div.DivClassName
{
background-color: #6AC84A;
}
.BgClassName
{
background-color: #6AC84A;
}
</style>
border-color css
<style>
span { border-color: #6AC84A; }
span { border-color: rgb(106,200,74); }
td.TdClassName
{
border-color: #6AC84A;
}
.TagClassName
{
border-color: #6AC84A;
}
</style>