Shades of Apple #6AD238
Tints of Apple #6AD238
RGB
CMYK
RGB Variations
Color information
#6AD238 (or 0x6AD238) is known color: Apple. HEX triplet: 6A, D2 and 38. RGB value is (106,210,56). Sum of RGB (Red+Green+Blue) = 106+210+56=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 210 (82.42% from 255 or 56.45% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD238 is #952DC7. Grayscale: #A1A1A1. Windows color (decimal): -9776584 or 3723882. OLE color: 3723882.
HSL color Cylindrical-coordinate representation of color #6AD238: hue angle of 100.52º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6AD238 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 56 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.18 |
| HSL | 100.52º | 0.63% | 0.52% | - |
| HSV(B) | 100.52º | 0.73% | 0.82% | - |
| XYZ | 29.7 | 49.44 | 11.72 | - |
| YUV | 161.35 | 68.54 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 56 | 0.50 | 0 | 0.73 | 0.18 | 100.52 | 0.63 | 0.52 |
| Hex | 6A | D2 | 38 | 32 | 0 | 49 | 12 | 65 | 3F | 34 |
| Octal | 152 | 322 | 70 | 62 | 0 | 111 | 22 | 145 | 77 | 64 |
| Binary | 1101010 | 11010010 | 111000 | 110010 | 0 | 1001001 | 10010 | 1100101 | 111111 | 110100 |
Color Harmonies of #6AD238
Complementary color
Monochromatic Colors of #6AD238
Black with #6AD238
Text Example
Text Example
White with #6AD238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD238; }
p { color: rgb(106,210,56); }
H1.HeaderClassName
{
color: #6AD238;
}
.AnyTagClassName
{
color: #6AD238;
}
</style>
background-color css
<style>
a { background-color: #6AD238; }
a { background-color: rgb(106,210,56); }
div.DivClassName
{
background-color: #6AD238;
}
.BgClassName
{
background-color: #6AD238;
}
</style>
border-color css
<style>
span { border-color: #6AD238; }
span { border-color: rgb(106,210,56); }
td.TdClassName
{
border-color: #6AD238;
}
.TagClassName
{
border-color: #6AD238;
}
</style>