Shades of Apple #6AC534
Tints of Apple #6AC534
RGB
CMYK
RGB Variations
Color information
#6AC534 (or 0x6AC534) is known color: Apple. HEX triplet: 6A, C5 and 34. RGB value is (106,197,52). Sum of RGB (Red+Green+Blue) = 106+197+52=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC534 is #953ACB. Grayscale: #999999. Windows color (decimal): -9779916 or 3458410. OLE color: 3458410.
HSL color Cylindrical-coordinate representation of color #6AC534: hue angle of 97.66º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6AC534 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 197 | 52 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.23 |
| HSL | 97.66º | 0.58% | 0.49% | - |
| HSV(B) | 97.66º | 0.74% | 0.77% | - |
| XYZ | 26.53 | 43.24 | 10.2 | - |
| YUV | 153.26 | 70.85 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 197 | 52 | 0.46 | 0 | 0.74 | 0.23 | 97.66 | 0.58 | 0.49 |
| Hex | 6A | C5 | 34 | 2E | 0 | 4A | 17 | 62 | 3A | 31 |
| Octal | 152 | 305 | 64 | 56 | 0 | 112 | 27 | 142 | 72 | 61 |
| Binary | 1101010 | 11000101 | 110100 | 101110 | 0 | 1001010 | 10111 | 1100010 | 111010 | 110001 |
Color Harmonies of #6AC534
Complementary color
Monochromatic Colors of #6AC534
Black with #6AC534
Text Example
Text Example
White with #6AC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC534; }
p { color: rgb(106,197,52); }
H1.HeaderClassName
{
color: #6AC534;
}
.AnyTagClassName
{
color: #6AC534;
}
</style>
background-color css
<style>
a { background-color: #6AC534; }
a { background-color: rgb(106,197,52); }
div.DivClassName
{
background-color: #6AC534;
}
.BgClassName
{
background-color: #6AC534;
}
</style>
border-color css
<style>
span { border-color: #6AC534; }
span { border-color: rgb(106,197,52); }
td.TdClassName
{
border-color: #6AC534;
}
.TagClassName
{
border-color: #6AC534;
}
</style>