Shades of Apple #6AD236
Tints of Apple #6AD236
RGB
CMYK
RGB Variations
Color information
#6AD236 (or 0x6AD236) is known color: Apple. HEX triplet: 6A, D2 and 36. RGB value is (106,210,54). Sum of RGB (Red+Green+Blue) = 106+210+54=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD236 is #952DC9. Grayscale: #A1A1A1. Windows color (decimal): -9776586 or 3592810. OLE color: 3592810.
HSL color Cylindrical-coordinate representation of color #6AD236: hue angle of 100º 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 #6AD236 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 54 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.18 |
| HSL | 100º | 0.63% | 0.52% | - |
| HSV(B) | 100º | 0.74% | 0.82% | - |
| XYZ | 29.66 | 49.42 | 11.47 | - |
| YUV | 161.12 | 67.54 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 54 | 0.50 | 0 | 0.74 | 0.18 | 100 | 0.63 | 0.52 |
| Hex | 6A | D2 | 36 | 32 | 0 | 4A | 12 | 64 | 3F | 34 |
| Octal | 152 | 322 | 66 | 62 | 0 | 112 | 22 | 144 | 77 | 64 |
| Binary | 1101010 | 11010010 | 110110 | 110010 | 0 | 1001010 | 10010 | 1100100 | 111111 | 110100 |
Color Harmonies of #6AD236
Complementary color
Monochromatic Colors of #6AD236
Black with #6AD236
Text Example
Text Example
White with #6AD236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD236; }
p { color: rgb(106,210,54); }
H1.HeaderClassName
{
color: #6AD236;
}
.AnyTagClassName
{
color: #6AD236;
}
</style>
background-color css
<style>
a { background-color: #6AD236; }
a { background-color: rgb(106,210,54); }
div.DivClassName
{
background-color: #6AD236;
}
.BgClassName
{
background-color: #6AD236;
}
</style>
border-color css
<style>
span { border-color: #6AD236; }
span { border-color: rgb(106,210,54); }
td.TdClassName
{
border-color: #6AD236;
}
.TagClassName
{
border-color: #6AD236;
}
</style>