Shades of Christi #6AAD00
Tints of Christi #6AAD00
RGB
CMYK
RGB Variations
Color information
#6AAD00 (or 0x6AAD00) is known color: Christi. HEX triplet: 6A, AD and 00. RGB value is (106,173,0). Sum of RGB (Red+Green+Blue) = 106+173+0=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAD00 is #9552FF. Grayscale: #858585. Windows color (decimal): -9786112 or 44394. OLE color: 44394.
HSL color Cylindrical-coordinate representation of color #6AAD00: hue angle of 83.24º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AAD00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.32 |
| HSL | 83.24º | 1% | 0.34% | - |
| HSV(B) | 83.24º | 1% | 0.68% | - |
| XYZ | 20.89 | 32.95 | 5.26 | - |
| YUV | 133.25 | 52.8 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 0 | 0.39 | 0 | 1 | 0.32 | 83.24 | 1 | 0.34 |
| Hex | 6A | AD | 0 | 27 | 0 | 64 | 20 | 53 | 64 | 22 |
| Octal | 152 | 255 | 0 | 47 | 0 | 144 | 40 | 123 | 144 | 42 |
| Binary | 1101010 | 10101101 | 0 | 100111 | 0 | 1100100 | 100000 | 1010011 | 1100100 | 100010 |
Color Harmonies of #6AAD00
Complementary color
Monochromatic Colors of #6AAD00
Black with #6AAD00
Text Example
Text Example
White with #6AAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAD00; }
p { color: rgb(106,173,0); }
H1.HeaderClassName
{
color: #6AAD00;
}
.AnyTagClassName
{
color: #6AAD00;
}
</style>
background-color css
<style>
a { background-color: #6AAD00; }
a { background-color: rgb(106,173,0); }
div.DivClassName
{
background-color: #6AAD00;
}
.BgClassName
{
background-color: #6AAD00;
}
</style>
border-color css
<style>
span { border-color: #6AAD00; }
span { border-color: rgb(106,173,0); }
td.TdClassName
{
border-color: #6AAD00;
}
.TagClassName
{
border-color: #6AAD00;
}
</style>