Shades of Christi #6DAC14
Tints of Christi #6DAC14
RGB
CMYK
RGB Variations
Color information
#6DAC14 (or 0x6DAC14) is known color: Christi. HEX triplet: 6D, AC and 14. RGB value is (109,172,20). Sum of RGB (Red+Green+Blue) = 109+172+20=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAC14 is #9253EB. Grayscale: #888888. Windows color (decimal): -9589740 or 1354861. OLE color: 1354861.
HSL color Cylindrical-coordinate representation of color #6DAC14: hue angle of 84.87º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DAC14 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 20 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.33 |
| HSL | 84.87º | 0.79% | 0.38% | - |
| HSV(B) | 84.87º | 0.88% | 0.67% | - |
| XYZ | 21.19 | 32.81 | 5.88 | - |
| YUV | 135.84 | 62.63 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 20 | 0.37 | 0 | 0.88 | 0.33 | 84.87 | 0.79 | 0.38 |
| Hex | 6D | AC | 14 | 25 | 0 | 58 | 21 | 55 | 4F | 26 |
| Octal | 155 | 254 | 24 | 45 | 0 | 130 | 41 | 125 | 117 | 46 |
| Binary | 1101101 | 10101100 | 10100 | 100101 | 0 | 1011000 | 100001 | 1010101 | 1001111 | 100110 |
Color Harmonies of #6DAC14
Complementary color
Monochromatic Colors of #6DAC14
Black with #6DAC14
Text Example
Text Example
White with #6DAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC14; }
p { color: rgb(109,172,20); }
H1.HeaderClassName
{
color: #6DAC14;
}
.AnyTagClassName
{
color: #6DAC14;
}
</style>
background-color css
<style>
a { background-color: #6DAC14; }
a { background-color: rgb(109,172,20); }
div.DivClassName
{
background-color: #6DAC14;
}
.BgClassName
{
background-color: #6DAC14;
}
</style>
border-color css
<style>
span { border-color: #6DAC14; }
span { border-color: rgb(109,172,20); }
td.TdClassName
{
border-color: #6DAC14;
}
.TagClassName
{
border-color: #6DAC14;
}
</style>