Shades of Apple #6AC536
Tints of Apple #6AC536
RGB
CMYK
RGB Variations
Color information
#6AC536 (or 0x6AC536) is known color: Apple. HEX triplet: 6A, C5 and 36. RGB value is (106,197,54). Sum of RGB (Red+Green+Blue) = 106+197+54=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC536 is #953AC9. Grayscale: #999999. Windows color (decimal): -9779914 or 3589482. OLE color: 3589482.
HSL color Cylindrical-coordinate representation of color #6AC536: hue angle of 98.18º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6AC536 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 197 | 54 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.23 |
| HSL | 98.18º | 0.57% | 0.49% | - |
| HSV(B) | 98.18º | 0.73% | 0.77% | - |
| XYZ | 26.58 | 43.26 | 10.44 | - |
| YUV | 153.49 | 71.85 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 197 | 54 | 0.46 | 0 | 0.73 | 0.23 | 98.18 | 0.57 | 0.49 |
| Hex | 6A | C5 | 36 | 2E | 0 | 49 | 17 | 62 | 39 | 31 |
| Octal | 152 | 305 | 66 | 56 | 0 | 111 | 27 | 142 | 71 | 61 |
| Binary | 1101010 | 11000101 | 110110 | 101110 | 0 | 1001001 | 10111 | 1100010 | 111001 | 110001 |
Color Harmonies of #6AC536
Complementary color
Monochromatic Colors of #6AC536
Black with #6AC536
Text Example
Text Example
White with #6AC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC536; }
p { color: rgb(106,197,54); }
H1.HeaderClassName
{
color: #6AC536;
}
.AnyTagClassName
{
color: #6AC536;
}
</style>
background-color css
<style>
a { background-color: #6AC536; }
a { background-color: rgb(106,197,54); }
div.DivClassName
{
background-color: #6AC536;
}
.BgClassName
{
background-color: #6AC536;
}
</style>
border-color css
<style>
span { border-color: #6AC536; }
span { border-color: rgb(106,197,54); }
td.TdClassName
{
border-color: #6AC536;
}
.TagClassName
{
border-color: #6AC536;
}
</style>