Shades of Apple #6ACC3F
Tints of Apple #6ACC3F
RGB
CMYK
RGB Variations
Color information
#6ACC3F (or 0x6ACC3F) is known color: Apple. HEX triplet: 6A, CC and 3F. RGB value is (106,204,63). Sum of RGB (Red+Green+Blue) = 106+204+63=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACC3F is #9533C0. Grayscale: #9F9F9F. Windows color (decimal): -9778113 or 4181098. OLE color: 4181098.
HSL color Cylindrical-coordinate representation of color #6ACC3F: hue angle of 101.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6ACC3F is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 63 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.2 |
| HSL | 101.7º | 0.58% | 0.52% | - |
| HSV(B) | 101.7º | 0.69% | 0.8% | - |
| XYZ | 28.43 | 46.61 | 12.2 | - |
| YUV | 158.62 | 74.03 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 63 | 0.48 | 0 | 0.69 | 0.2 | 101.7 | 0.58 | 0.52 |
| Hex | 6A | CC | 3F | 30 | 0 | 45 | 14 | 66 | 3A | 34 |
| Octal | 152 | 314 | 77 | 60 | 0 | 105 | 24 | 146 | 72 | 64 |
| Binary | 1101010 | 11001100 | 111111 | 110000 | 0 | 1000101 | 10100 | 1100110 | 111010 | 110100 |
Color Harmonies of #6ACC3F
Complementary color
Monochromatic Colors of #6ACC3F
Black with #6ACC3F
Text Example
Text Example
White with #6ACC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACC3F; }
p { color: rgb(106,204,63); }
H1.HeaderClassName
{
color: #6ACC3F;
}
.AnyTagClassName
{
color: #6ACC3F;
}
</style>
background-color css
<style>
a { background-color: #6ACC3F; }
a { background-color: rgb(106,204,63); }
div.DivClassName
{
background-color: #6ACC3F;
}
.BgClassName
{
background-color: #6ACC3F;
}
</style>
border-color css
<style>
span { border-color: #6ACC3F; }
span { border-color: rgb(106,204,63); }
td.TdClassName
{
border-color: #6ACC3F;
}
.TagClassName
{
border-color: #6ACC3F;
}
</style>