Shades of Apple #73AC40
Tints of Apple #73AC40
RGB
CMYK
RGB Variations
Color information
#73AC40 (or 0x73AC40) is known color: Apple. HEX triplet: 73, AC and 40. RGB value is (115,172,64). Sum of RGB (Red+Green+Blue) = 115+172+64=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AC40 is #8C53BF. Grayscale: #8F8F8F. Windows color (decimal): -9196480 or 4238451. OLE color: 4238451.
HSL color Cylindrical-coordinate representation of color #73AC40: hue angle of 91.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73AC40 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 172 | 64 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.33 |
| HSL | 91.67º | 0.46% | 0.46% | - |
| HSV(B) | 91.67º | 0.63% | 0.67% | - |
| XYZ | 22.75 | 33.52 | 10.12 | - |
| YUV | 142.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 64 | 0.33 | 0 | 0.63 | 0.33 | 91.67 | 0.46 | 0.46 |
| Hex | 73 | AC | 40 | 21 | 0 | 3F | 21 | 5C | 2E | 2E |
| Octal | 163 | 254 | 100 | 41 | 0 | 77 | 41 | 134 | 56 | 56 |
| Binary | 1110011 | 10101100 | 1000000 | 100001 | 0 | 111111 | 100001 | 1011100 | 101110 | 101110 |
Color Harmonies of #73AC40
Complementary color
Monochromatic Colors of #73AC40
Black with #73AC40
Text Example
Text Example
White with #73AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AC40; }
p { color: rgb(115,172,64); }
H1.HeaderClassName
{
color: #73AC40;
}
.AnyTagClassName
{
color: #73AC40;
}
</style>
background-color css
<style>
a { background-color: #73AC40; }
a { background-color: rgb(115,172,64); }
div.DivClassName
{
background-color: #73AC40;
}
.BgClassName
{
background-color: #73AC40;
}
</style>
border-color css
<style>
span { border-color: #73AC40; }
span { border-color: rgb(115,172,64); }
td.TdClassName
{
border-color: #73AC40;
}
.TagClassName
{
border-color: #73AC40;
}
</style>