Shades of Apple #6AC144
Tints of Apple #6AC144
RGB
CMYK
RGB Variations
Color information
#6AC144 (or 0x6AC144) is known color: Apple. HEX triplet: 6A, C1 and 44. RGB value is (106,193,68). Sum of RGB (Red+Green+Blue) = 106+193+68=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC144 is #953EBB. Grayscale: #999999. Windows color (decimal): -9780924 or 4505962. OLE color: 4505962.
HSL color Cylindrical-coordinate representation of color #6AC144: hue angle of 101.76º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AC144 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 193 | 68 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.24 |
| HSL | 101.76º | 0.5% | 0.51% | - |
| HSV(B) | 101.76º | 0.65% | 0.76% | - |
| XYZ | 26.06 | 41.62 | 12.13 | - |
| YUV | 152.74 | 80.18 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 193 | 68 | 0.45 | 0 | 0.65 | 0.24 | 101.76 | 0.5 | 0.51 |
| Hex | 6A | C1 | 44 | 2D | 0 | 41 | 18 | 66 | 32 | 33 |
| Octal | 152 | 301 | 104 | 55 | 0 | 101 | 30 | 146 | 62 | 63 |
| Binary | 1101010 | 11000001 | 1000100 | 101101 | 0 | 1000001 | 11000 | 1100110 | 110010 | 110011 |
Color Harmonies of #6AC144
Complementary color
Monochromatic Colors of #6AC144
Black with #6AC144
Text Example
Text Example
White with #6AC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC144; }
p { color: rgb(106,193,68); }
H1.HeaderClassName
{
color: #6AC144;
}
.AnyTagClassName
{
color: #6AC144;
}
</style>
background-color css
<style>
a { background-color: #6AC144; }
a { background-color: rgb(106,193,68); }
div.DivClassName
{
background-color: #6AC144;
}
.BgClassName
{
background-color: #6AC144;
}
</style>
border-color css
<style>
span { border-color: #6AC144; }
span { border-color: rgb(106,193,68); }
td.TdClassName
{
border-color: #6AC144;
}
.TagClassName
{
border-color: #6AC144;
}
</style>