Shades of Apple #6AC449
Tints of Apple #6AC449
RGB
CMYK
RGB Variations
Color information
#6AC449 (or 0x6AC449) is known color: Apple. HEX triplet: 6A, C4 and 49. RGB value is (106,196,73). Sum of RGB (Red+Green+Blue) = 106+196+73=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #6AC449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC449 is #953BB6. Grayscale: #9B9B9B. Windows color (decimal): -9780151 or 4834410. OLE color: 4834410.
HSL color Cylindrical-coordinate representation of color #6AC449: hue angle of 103.9º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6AC449 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 196 | 73 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.23 |
| HSL | 103.9º | 0.51% | 0.53% | - |
| HSV(B) | 103.9º | 0.63% | 0.77% | - |
| XYZ | 26.89 | 43.03 | 13.19 | - |
| YUV | 155.07 | 81.68 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 196 | 73 | 0.46 | 0 | 0.63 | 0.23 | 103.9 | 0.51 | 0.53 |
| Hex | 6A | C4 | 49 | 2E | 0 | 3F | 17 | 68 | 33 | 35 |
| Octal | 152 | 304 | 111 | 56 | 0 | 77 | 27 | 150 | 63 | 65 |
| Binary | 1101010 | 11000100 | 1001001 | 101110 | 0 | 111111 | 10111 | 1101000 | 110011 | 110101 |
Color Harmonies of #6AC449
Complementary color
Monochromatic Colors of #6AC449
Black with #6AC449
Text Example
Text Example
White with #6AC449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC449; }
p { color: rgb(106,196,73); }
H1.HeaderClassName
{
color: #6AC449;
}
.AnyTagClassName
{
color: #6AC449;
}
</style>
background-color css
<style>
a { background-color: #6AC449; }
a { background-color: rgb(106,196,73); }
div.DivClassName
{
background-color: #6AC449;
}
.BgClassName
{
background-color: #6AC449;
}
</style>
border-color css
<style>
span { border-color: #6AC449; }
span { border-color: rgb(106,196,73); }
td.TdClassName
{
border-color: #6AC449;
}
.TagClassName
{
border-color: #6AC449;
}
</style>