Shades of Apple #6AD136
Tints of Apple #6AD136
RGB
CMYK
RGB Variations
Color information
#6AD136 (or 0x6AD136) is known color: Apple. HEX triplet: 6A, D1 and 36. RGB value is (106,209,54). Sum of RGB (Red+Green+Blue) = 106+209+54=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 209 (82.03% from 255 or 56.64% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD136 is #952EC9. Grayscale: #A1A1A1. Windows color (decimal): -9776842 or 3592554. OLE color: 3592554.
HSL color Cylindrical-coordinate representation of color #6AD136: hue angle of 99.87º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6AD136 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 209 | 54 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.18 |
| HSL | 99.87º | 0.63% | 0.52% | - |
| HSV(B) | 99.87º | 0.74% | 0.82% | - |
| XYZ | 29.41 | 48.93 | 11.38 | - |
| YUV | 160.53 | 67.88 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 54 | 0.49 | 0 | 0.74 | 0.18 | 99.87 | 0.63 | 0.52 |
| Hex | 6A | D1 | 36 | 31 | 0 | 4A | 12 | 64 | 3F | 34 |
| Octal | 152 | 321 | 66 | 61 | 0 | 112 | 22 | 144 | 77 | 64 |
| Binary | 1101010 | 11010001 | 110110 | 110001 | 0 | 1001010 | 10010 | 1100100 | 111111 | 110100 |
Color Harmonies of #6AD136
Complementary color
Monochromatic Colors of #6AD136
Black with #6AD136
Text Example
Text Example
White with #6AD136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD136; }
p { color: rgb(106,209,54); }
H1.HeaderClassName
{
color: #6AD136;
}
.AnyTagClassName
{
color: #6AD136;
}
</style>
background-color css
<style>
a { background-color: #6AD136; }
a { background-color: rgb(106,209,54); }
div.DivClassName
{
background-color: #6AD136;
}
.BgClassName
{
background-color: #6AD136;
}
</style>
border-color css
<style>
span { border-color: #6AD136; }
span { border-color: rgb(106,209,54); }
td.TdClassName
{
border-color: #6AD136;
}
.TagClassName
{
border-color: #6AD136;
}
</style>