Shades of Apple #6AC138
Tints of Apple #6AC138
RGB
CMYK
RGB Variations
Color information
#6AC138 (or 0x6AC138) is known color: Apple. HEX triplet: 6A, C1 and 38. RGB value is (106,193,56). Sum of RGB (Red+Green+Blue) = 106+193+56=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC138 is #953EC7. Grayscale: #979797. Windows color (decimal): -9780936 or 3719530. OLE color: 3719530.
HSL color Cylindrical-coordinate representation of color #6AC138: hue angle of 98.1º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6AC138 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 193 | 56 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.24 |
| HSL | 98.1º | 0.55% | 0.49% | - |
| HSV(B) | 98.1º | 0.71% | 0.76% | - |
| XYZ | 25.73 | 41.49 | 10.39 | - |
| YUV | 151.37 | 74.18 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 193 | 56 | 0.45 | 0 | 0.71 | 0.24 | 98.1 | 0.55 | 0.49 |
| Hex | 6A | C1 | 38 | 2D | 0 | 47 | 18 | 62 | 37 | 31 |
| Octal | 152 | 301 | 70 | 55 | 0 | 107 | 30 | 142 | 67 | 61 |
| Binary | 1101010 | 11000001 | 111000 | 101101 | 0 | 1000111 | 11000 | 1100010 | 110111 | 110001 |
Color Harmonies of #6AC138
Complementary color
Monochromatic Colors of #6AC138
Black with #6AC138
Text Example
Text Example
White with #6AC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC138; }
p { color: rgb(106,193,56); }
H1.HeaderClassName
{
color: #6AC138;
}
.AnyTagClassName
{
color: #6AC138;
}
</style>
background-color css
<style>
a { background-color: #6AC138; }
a { background-color: rgb(106,193,56); }
div.DivClassName
{
background-color: #6AC138;
}
.BgClassName
{
background-color: #6AC138;
}
</style>
border-color css
<style>
span { border-color: #6AC138; }
span { border-color: rgb(106,193,56); }
td.TdClassName
{
border-color: #6AC138;
}
.TagClassName
{
border-color: #6AC138;
}
</style>