Shades of Apple #6AC03C
Tints of Apple #6AC03C
RGB
CMYK
RGB Variations
Color information
#6AC03C (or 0x6AC03C) is known color: Apple. HEX triplet: 6A, C0 and 3C. RGB value is (106,192,60). Sum of RGB (Red+Green+Blue) = 106+192+60=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC03C is #953FC3. Grayscale: #979797. Windows color (decimal): -9781188 or 3981418. OLE color: 3981418.
HSL color Cylindrical-coordinate representation of color #6AC03C: hue angle of 99.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AC03C is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 60 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.25 |
| HSL | 99.09º | 0.52% | 0.49% | - |
| HSV(B) | 99.09º | 0.69% | 0.75% | - |
| XYZ | 25.61 | 41.09 | 10.86 | - |
| YUV | 151.24 | 76.51 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 60 | 0.45 | 0 | 0.69 | 0.25 | 99.09 | 0.52 | 0.49 |
| Hex | 6A | C0 | 3C | 2D | 0 | 45 | 19 | 63 | 34 | 31 |
| Octal | 152 | 300 | 74 | 55 | 0 | 105 | 31 | 143 | 64 | 61 |
| Binary | 1101010 | 11000000 | 111100 | 101101 | 0 | 1000101 | 11001 | 1100011 | 110100 | 110001 |
Color Harmonies of #6AC03C
Complementary color
Monochromatic Colors of #6AC03C
Black with #6AC03C
Text Example
Text Example
White with #6AC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC03C; }
p { color: rgb(106,192,60); }
H1.HeaderClassName
{
color: #6AC03C;
}
.AnyTagClassName
{
color: #6AC03C;
}
</style>
background-color css
<style>
a { background-color: #6AC03C; }
a { background-color: rgb(106,192,60); }
div.DivClassName
{
background-color: #6AC03C;
}
.BgClassName
{
background-color: #6AC03C;
}
</style>
border-color css
<style>
span { border-color: #6AC03C; }
span { border-color: rgb(106,192,60); }
td.TdClassName
{
border-color: #6AC03C;
}
.TagClassName
{
border-color: #6AC03C;
}
</style>