Shades of Apple #6ACD43
Tints of Apple #6ACD43
RGB
CMYK
RGB Variations
Color information
#6ACD43 (or 0x6ACD43) is known color: Apple. HEX triplet: 6A, CD and 43. RGB value is (106,205,67). Sum of RGB (Red+Green+Blue) = 106+205+67=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACD43 is #9532BC. Grayscale: #A0A0A0. Windows color (decimal): -9777853 or 4443498. OLE color: 4443498.
HSL color Cylindrical-coordinate representation of color #6ACD43: hue angle of 103.04º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6ACD43 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 67 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.20 |
| HSL | 103.04º | 0.58% | 0.53% | - |
| HSV(B) | 103.04º | 0.67% | 0.8% | - |
| XYZ | 28.79 | 47.13 | 12.89 | - |
| YUV | 159.67 | 75.7 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 67 | 0.48 | 0 | 0.67 | 0.20 | 103.04 | 0.58 | 0.53 |
| Hex | 6A | CD | 43 | 30 | 0 | 43 | 14 | 67 | 3A | 35 |
| Octal | 152 | 315 | 103 | 60 | 0 | 103 | 24 | 147 | 72 | 65 |
| Binary | 1101010 | 11001101 | 1000011 | 110000 | 0 | 1000011 | 10100 | 1100111 | 111010 | 110101 |
Color Harmonies of #6ACD43
Complementary color
Monochromatic Colors of #6ACD43
Black with #6ACD43
Text Example
Text Example
White with #6ACD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACD43; }
p { color: rgb(106,205,67); }
H1.HeaderClassName
{
color: #6ACD43;
}
.AnyTagClassName
{
color: #6ACD43;
}
</style>
background-color css
<style>
a { background-color: #6ACD43; }
a { background-color: rgb(106,205,67); }
div.DivClassName
{
background-color: #6ACD43;
}
.BgClassName
{
background-color: #6ACD43;
}
</style>
border-color css
<style>
span { border-color: #6ACD43; }
span { border-color: rgb(106,205,67); }
td.TdClassName
{
border-color: #6ACD43;
}
.TagClassName
{
border-color: #6ACD43;
}
</style>