Shades of Apple #6AC350
Tints of Apple #6AC350
RGB
CMYK
RGB Variations
Color information
#6AC350 (or 0x6AC350) is known color: Apple. HEX triplet: 6A, C3 and 50. RGB value is (106,195,80). Sum of RGB (Red+Green+Blue) = 106+195+80=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC350 is #953CAF. Grayscale: #9B9B9B. Windows color (decimal): -9780400 or 5292906. OLE color: 5292906.
HSL color Cylindrical-coordinate representation of color #6AC350: hue angle of 106.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AC350 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 195 | 80 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.24 |
| HSL | 106.43º | 0.49% | 0.54% | - |
| HSV(B) | 106.43º | 0.59% | 0.76% | - |
| XYZ | 26.91 | 42.67 | 14.41 | - |
| YUV | 155.28 | 85.51 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 195 | 80 | 0.46 | 0 | 0.59 | 0.24 | 106.43 | 0.49 | 0.54 |
| Hex | 6A | C3 | 50 | 2E | 0 | 3B | 18 | 6A | 31 | 36 |
| Octal | 152 | 303 | 120 | 56 | 0 | 73 | 30 | 152 | 61 | 66 |
| Binary | 1101010 | 11000011 | 1010000 | 101110 | 0 | 111011 | 11000 | 1101010 | 110001 | 110110 |
Color Harmonies of #6AC350
Complementary color
Monochromatic Colors of #6AC350
Black with #6AC350
Text Example
Text Example
White with #6AC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC350; }
p { color: rgb(106,195,80); }
H1.HeaderClassName
{
color: #6AC350;
}
.AnyTagClassName
{
color: #6AC350;
}
</style>
background-color css
<style>
a { background-color: #6AC350; }
a { background-color: rgb(106,195,80); }
div.DivClassName
{
background-color: #6AC350;
}
.BgClassName
{
background-color: #6AC350;
}
</style>
border-color css
<style>
span { border-color: #6AC350; }
span { border-color: rgb(106,195,80); }
td.TdClassName
{
border-color: #6AC350;
}
.TagClassName
{
border-color: #6AC350;
}
</style>