Shades of Apple #6ACD36
Tints of Apple #6ACD36
RGB
CMYK
RGB Variations
Color information
#6ACD36 (or 0x6ACD36) is known color: Apple. HEX triplet: 6A, CD and 36. RGB value is (106,205,54). Sum of RGB (Red+Green+Blue) = 106+205+54=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACD36 is #9532C9. Grayscale: #9E9E9E. Windows color (decimal): -9777866 or 3591530. OLE color: 3591530.
HSL color Cylindrical-coordinate representation of color #6ACD36: hue angle of 99.34º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6ACD36 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 54 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.20 |
| HSL | 99.34º | 0.6% | 0.51% | - |
| HSV(B) | 99.34º | 0.74% | 0.8% | - |
| XYZ | 28.44 | 46.99 | 11.06 | - |
| YUV | 158.19 | 69.2 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 54 | 0.48 | 0 | 0.74 | 0.20 | 99.34 | 0.6 | 0.51 |
| Hex | 6A | CD | 36 | 30 | 0 | 4A | 14 | 63 | 3C | 33 |
| Octal | 152 | 315 | 66 | 60 | 0 | 112 | 24 | 143 | 74 | 63 |
| Binary | 1101010 | 11001101 | 110110 | 110000 | 0 | 1001010 | 10100 | 1100011 | 111100 | 110011 |
Color Harmonies of #6ACD36
Complementary color
Monochromatic Colors of #6ACD36
Black with #6ACD36
Text Example
Text Example
White with #6ACD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACD36; }
p { color: rgb(106,205,54); }
H1.HeaderClassName
{
color: #6ACD36;
}
.AnyTagClassName
{
color: #6ACD36;
}
</style>
background-color css
<style>
a { background-color: #6ACD36; }
a { background-color: rgb(106,205,54); }
div.DivClassName
{
background-color: #6ACD36;
}
.BgClassName
{
background-color: #6ACD36;
}
</style>
border-color css
<style>
span { border-color: #6ACD36; }
span { border-color: rgb(106,205,54); }
td.TdClassName
{
border-color: #6ACD36;
}
.TagClassName
{
border-color: #6ACD36;
}
</style>