Shades of Apple #61AE3C
Tints of Apple #61AE3C
RGB
CMYK
RGB Variations
Color information
#61AE3C (or 0x61AE3C) is known color: Apple. HEX triplet: 61, AE and 3C. RGB value is (97,174,60). Sum of RGB (Red+Green+Blue) = 97+174+60=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #61AE3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AE3C is #9E51C3. Grayscale: #8A8A8A. Windows color (decimal): -10375620 or 3976801. OLE color: 3976801.
HSL color Cylindrical-coordinate representation of color #61AE3C: hue angle of 100.53º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61AE3C is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 174 | 60 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.32 |
| HSL | 100.53º | 0.49% | 0.46% | - |
| HSV(B) | 100.53º | 0.66% | 0.68% | - |
| XYZ | 20.88 | 33.14 | 9.57 | - |
| YUV | 137.98 | 83.99 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 174 | 60 | 0.44 | 0 | 0.66 | 0.32 | 100.53 | 0.49 | 0.46 |
| Hex | 61 | AE | 3C | 2C | 0 | 42 | 20 | 65 | 31 | 2E |
| Octal | 141 | 256 | 74 | 54 | 0 | 102 | 40 | 145 | 61 | 56 |
| Binary | 1100001 | 10101110 | 111100 | 101100 | 0 | 1000010 | 100000 | 1100101 | 110001 | 101110 |
Color Harmonies of #61AE3C
Complementary color
Monochromatic Colors of #61AE3C
Black with #61AE3C
Text Example
Text Example
White with #61AE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AE3C; }
p { color: rgb(97,174,60); }
H1.HeaderClassName
{
color: #61AE3C;
}
.AnyTagClassName
{
color: #61AE3C;
}
</style>
background-color css
<style>
a { background-color: #61AE3C; }
a { background-color: rgb(97,174,60); }
div.DivClassName
{
background-color: #61AE3C;
}
.BgClassName
{
background-color: #61AE3C;
}
</style>
border-color css
<style>
span { border-color: #61AE3C; }
span { border-color: rgb(97,174,60); }
td.TdClassName
{
border-color: #61AE3C;
}
.TagClassName
{
border-color: #61AE3C;
}
</style>