Shades of Apple #6AC353
Tints of Apple #6AC353
RGB
CMYK
RGB Variations
Color information
#6AC353 (or 0x6AC353) is known color: Apple. HEX triplet: 6A, C3 and 53. RGB value is (106,195,83). Sum of RGB (Red+Green+Blue) = 106+195+83=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC353 is #953CAC. Grayscale: #9B9B9B. Windows color (decimal): -9780397 or 5489514. OLE color: 5489514.
HSL color Cylindrical-coordinate representation of color #6AC353: hue angle of 107.68º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AC353 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 195 | 83 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.24 |
| HSL | 107.68º | 0.48% | 0.55% | - |
| HSV(B) | 107.68º | 0.57% | 0.76% | - |
| XYZ | 27.02 | 42.72 | 15.01 | - |
| YUV | 155.62 | 87.01 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 195 | 83 | 0.46 | 0 | 0.57 | 0.24 | 107.68 | 0.48 | 0.55 |
| Hex | 6A | C3 | 53 | 2E | 0 | 39 | 18 | 6C | 30 | 37 |
| Octal | 152 | 303 | 123 | 56 | 0 | 71 | 30 | 154 | 60 | 67 |
| Binary | 1101010 | 11000011 | 1010011 | 101110 | 0 | 111001 | 11000 | 1101100 | 110000 | 110111 |
Color Harmonies of #6AC353
Complementary color
Monochromatic Colors of #6AC353
Black with #6AC353
Text Example
Text Example
White with #6AC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC353; }
p { color: rgb(106,195,83); }
H1.HeaderClassName
{
color: #6AC353;
}
.AnyTagClassName
{
color: #6AC353;
}
</style>
background-color css
<style>
a { background-color: #6AC353; }
a { background-color: rgb(106,195,83); }
div.DivClassName
{
background-color: #6AC353;
}
.BgClassName
{
background-color: #6AC353;
}
</style>
border-color css
<style>
span { border-color: #6AC353; }
span { border-color: rgb(106,195,83); }
td.TdClassName
{
border-color: #6AC353;
}
.TagClassName
{
border-color: #6AC353;
}
</style>