Shades of Apple #6AC354
Tints of Apple #6AC354
RGB
CMYK
RGB Variations
Color information
#6AC354 (or 0x6AC354) is known color: Apple. HEX triplet: 6A, C3 and 54. RGB value is (106,195,84). Sum of RGB (Red+Green+Blue) = 106+195+84=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC354 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC354 is #953CAB. Grayscale: #9C9C9C. Windows color (decimal): -9780396 or 5555050. OLE color: 5555050.
HSL color Cylindrical-coordinate representation of color #6AC354: hue angle of 108.11º 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 #6AC354 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 195 | 84 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.24 |
| HSL | 108.11º | 0.48% | 0.55% | - |
| HSV(B) | 108.11º | 0.57% | 0.76% | - |
| XYZ | 27.06 | 42.73 | 15.21 | - |
| YUV | 155.74 | 87.51 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 195 | 84 | 0.46 | 0 | 0.57 | 0.24 | 108.11 | 0.48 | 0.55 |
| Hex | 6A | C3 | 54 | 2E | 0 | 39 | 18 | 6C | 30 | 37 |
| Octal | 152 | 303 | 124 | 56 | 0 | 71 | 30 | 154 | 60 | 67 |
| Binary | 1101010 | 11000011 | 1010100 | 101110 | 0 | 111001 | 11000 | 1101100 | 110000 | 110111 |
Color Harmonies of #6AC354
Complementary color
Monochromatic Colors of #6AC354
Black with #6AC354
Text Example
Text Example
White with #6AC354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC354; }
p { color: rgb(106,195,84); }
H1.HeaderClassName
{
color: #6AC354;
}
.AnyTagClassName
{
color: #6AC354;
}
</style>
background-color css
<style>
a { background-color: #6AC354; }
a { background-color: rgb(106,195,84); }
div.DivClassName
{
background-color: #6AC354;
}
.BgClassName
{
background-color: #6AC354;
}
</style>
border-color css
<style>
span { border-color: #6AC354; }
span { border-color: rgb(106,195,84); }
td.TdClassName
{
border-color: #6AC354;
}
.TagClassName
{
border-color: #6AC354;
}
</style>