Shades of Apple #6ACD30
Tints of Apple #6ACD30
RGB
CMYK
RGB Variations
Color information
#6ACD30 (or 0x6ACD30) is known color: Apple. HEX triplet: 6A, CD and 30. RGB value is (106,205,48). Sum of RGB (Red+Green+Blue) = 106+205+48=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACD30 is #9532CF. Grayscale: #9E9E9E. Windows color (decimal): -9777872 or 3198314. OLE color: 3198314.
HSL color Cylindrical-coordinate representation of color #6ACD30: hue angle of 97.83º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6ACD30 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 48 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.20 |
| HSL | 97.83º | 0.62% | 0.5% | - |
| HSV(B) | 97.83º | 0.77% | 0.8% | - |
| XYZ | 28.31 | 46.94 | 10.36 | - |
| YUV | 157.5 | 66.2 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 48 | 0.48 | 0 | 0.77 | 0.20 | 97.83 | 0.62 | 0.5 |
| Hex | 6A | CD | 30 | 30 | 0 | 4D | 14 | 62 | 3E | 32 |
| Octal | 152 | 315 | 60 | 60 | 0 | 115 | 24 | 142 | 76 | 62 |
| Binary | 1101010 | 11001101 | 110000 | 110000 | 0 | 1001101 | 10100 | 1100010 | 111110 | 110010 |
Color Harmonies of #6ACD30
Complementary color
Monochromatic Colors of #6ACD30
Black with #6ACD30
Text Example
Text Example
White with #6ACD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACD30; }
p { color: rgb(106,205,48); }
H1.HeaderClassName
{
color: #6ACD30;
}
.AnyTagClassName
{
color: #6ACD30;
}
</style>
background-color css
<style>
a { background-color: #6ACD30; }
a { background-color: rgb(106,205,48); }
div.DivClassName
{
background-color: #6ACD30;
}
.BgClassName
{
background-color: #6ACD30;
}
</style>
border-color css
<style>
span { border-color: #6ACD30; }
span { border-color: rgb(106,205,48); }
td.TdClassName
{
border-color: #6ACD30;
}
.TagClassName
{
border-color: #6ACD30;
}
</style>