Shades of Apple #6ACF3F
Tints of Apple #6ACF3F
RGB
CMYK
RGB Variations
Color information
#6ACF3F (or 0x6ACF3F) is known color: Apple. HEX triplet: 6A, CF and 3F. RGB value is (106,207,63). Sum of RGB (Red+Green+Blue) = 106+207+63=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACF3F is #9530C0. Grayscale: #A0A0A0. Windows color (decimal): -9777345 or 4181866. OLE color: 4181866.
HSL color Cylindrical-coordinate representation of color #6ACF3F: hue angle of 102.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6ACF3F is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 207 | 63 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.19 |
| HSL | 102.08º | 0.6% | 0.53% | - |
| HSV(B) | 102.08º | 0.7% | 0.81% | - |
| XYZ | 29.15 | 48.05 | 12.44 | - |
| YUV | 160.39 | 73.04 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 63 | 0.49 | 0 | 0.70 | 0.19 | 102.08 | 0.6 | 0.53 |
| Hex | 6A | CF | 3F | 31 | 0 | 46 | 13 | 66 | 3C | 35 |
| Octal | 152 | 317 | 77 | 61 | 0 | 106 | 23 | 146 | 74 | 65 |
| Binary | 1101010 | 11001111 | 111111 | 110001 | 0 | 1000110 | 10011 | 1100110 | 111100 | 110101 |
Color Harmonies of #6ACF3F
Complementary color
Monochromatic Colors of #6ACF3F
Black with #6ACF3F
Text Example
Text Example
White with #6ACF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACF3F; }
p { color: rgb(106,207,63); }
H1.HeaderClassName
{
color: #6ACF3F;
}
.AnyTagClassName
{
color: #6ACF3F;
}
</style>
background-color css
<style>
a { background-color: #6ACF3F; }
a { background-color: rgb(106,207,63); }
div.DivClassName
{
background-color: #6ACF3F;
}
.BgClassName
{
background-color: #6ACF3F;
}
</style>
border-color css
<style>
span { border-color: #6ACF3F; }
span { border-color: rgb(106,207,63); }
td.TdClassName
{
border-color: #6ACF3F;
}
.TagClassName
{
border-color: #6ACF3F;
}
</style>