Shades of Apple #6AC83C
Tints of Apple #6AC83C
RGB
CMYK
RGB Variations
Color information
#6AC83C (or 0x6AC83C) is known color: Apple. HEX triplet: 6A, C8 and 3C. RGB value is (106,200,60). Sum of RGB (Red+Green+Blue) = 106+200+60=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC83C is #9537C3. Grayscale: #9C9C9C. Windows color (decimal): -9779140 or 3983466. OLE color: 3983466.
HSL color Cylindrical-coordinate representation of color #6AC83C: hue angle of 100.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6AC83C is Cyan = 0.47, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 200 | 60 | - |
| CMYK | 0.47 | 0 | 0.7 | 0.22 |
| HSL | 100.29º | 0.56% | 0.51% | - |
| HSV(B) | 100.29º | 0.7% | 0.78% | - |
| XYZ | 27.41 | 44.7 | 11.46 | - |
| YUV | 155.93 | 73.86 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 200 | 60 | 0.47 | 0 | 0.7 | 0.22 | 100.29 | 0.56 | 0.51 |
| Hex | 6A | C8 | 3C | 2F | 0 | 46 | 16 | 64 | 38 | 33 |
| Octal | 152 | 310 | 74 | 57 | 0 | 106 | 26 | 144 | 70 | 63 |
| Binary | 1101010 | 11001000 | 111100 | 101111 | 0 | 1000110 | 10110 | 1100100 | 111000 | 110011 |
Color Harmonies of #6AC83C
Complementary color
Monochromatic Colors of #6AC83C
Black with #6AC83C
Text Example
Text Example
White with #6AC83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC83C; }
p { color: rgb(106,200,60); }
H1.HeaderClassName
{
color: #6AC83C;
}
.AnyTagClassName
{
color: #6AC83C;
}
</style>
background-color css
<style>
a { background-color: #6AC83C; }
a { background-color: rgb(106,200,60); }
div.DivClassName
{
background-color: #6AC83C;
}
.BgClassName
{
background-color: #6AC83C;
}
</style>
border-color css
<style>
span { border-color: #6AC83C; }
span { border-color: rgb(106,200,60); }
td.TdClassName
{
border-color: #6AC83C;
}
.TagClassName
{
border-color: #6AC83C;
}
</style>