Shades of Christi #6DAE16
Tints of Christi #6DAE16
RGB
CMYK
RGB Variations
Color information
#6DAE16 (or 0x6DAE16) is known color: Christi. HEX triplet: 6D, AE and 16. RGB value is (109,174,22). Sum of RGB (Red+Green+Blue) = 109+174+22=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAE16 is #9251E9. Grayscale: #898989. Windows color (decimal): -9589226 or 1486445. OLE color: 1486445.
HSL color Cylindrical-coordinate representation of color #6DAE16: hue angle of 85.66º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6DAE16 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 22 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.32 |
| HSL | 85.66º | 0.78% | 0.38% | - |
| HSV(B) | 85.66º | 0.87% | 0.68% | - |
| XYZ | 21.59 | 33.58 | 6.1 | - |
| YUV | 137.24 | 62.97 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 22 | 0.37 | 0 | 0.87 | 0.32 | 85.66 | 0.78 | 0.38 |
| Hex | 6D | AE | 16 | 25 | 0 | 57 | 20 | 56 | 4E | 26 |
| Octal | 155 | 256 | 26 | 45 | 0 | 127 | 40 | 126 | 116 | 46 |
| Binary | 1101101 | 10101110 | 10110 | 100101 | 0 | 1010111 | 100000 | 1010110 | 1001110 | 100110 |
Color Harmonies of #6DAE16
Complementary color
Monochromatic Colors of #6DAE16
Black with #6DAE16
Text Example
Text Example
White with #6DAE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE16; }
p { color: rgb(109,174,22); }
H1.HeaderClassName
{
color: #6DAE16;
}
.AnyTagClassName
{
color: #6DAE16;
}
</style>
background-color css
<style>
a { background-color: #6DAE16; }
a { background-color: rgb(109,174,22); }
div.DivClassName
{
background-color: #6DAE16;
}
.BgClassName
{
background-color: #6DAE16;
}
</style>
border-color css
<style>
span { border-color: #6DAE16; }
span { border-color: rgb(109,174,22); }
td.TdClassName
{
border-color: #6DAE16;
}
.TagClassName
{
border-color: #6DAE16;
}
</style>