Shades of Christi #6AAE0A
Tints of Christi #6AAE0A
RGB
CMYK
RGB Variations
Color information
#6AAE0A (or 0x6AAE0A) is known color: Christi. HEX triplet: 6A, AE and 0A. RGB value is (106,174,10). Sum of RGB (Red+Green+Blue) = 106+174+10=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 174 (68.36% from 255 or 60% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAE0A is #9551F5. Grayscale: #878787. Windows color (decimal): -9785846 or 700010. OLE color: 700010.
HSL color Cylindrical-coordinate representation of color #6AAE0A: hue angle of 84.88º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AAE0A is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 10 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.32 |
| HSL | 84.88º | 0.89% | 0.36% | - |
| HSV(B) | 84.88º | 0.94% | 0.68% | - |
| XYZ | 21.13 | 33.36 | 5.61 | - |
| YUV | 134.97 | 57.47 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 10 | 0.39 | 0 | 0.94 | 0.32 | 84.88 | 0.89 | 0.36 |
| Hex | 6A | AE | A | 27 | 0 | 5E | 20 | 55 | 59 | 24 |
| Octal | 152 | 256 | 12 | 47 | 0 | 136 | 40 | 125 | 131 | 44 |
| Binary | 1101010 | 10101110 | 1010 | 100111 | 0 | 1011110 | 100000 | 1010101 | 1011001 | 100100 |
Color Harmonies of #6AAE0A
Complementary color
Monochromatic Colors of #6AAE0A
Black with #6AAE0A
Text Example
Text Example
White with #6AAE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE0A; }
p { color: rgb(106,174,10); }
H1.HeaderClassName
{
color: #6AAE0A;
}
.AnyTagClassName
{
color: #6AAE0A;
}
</style>
background-color css
<style>
a { background-color: #6AAE0A; }
a { background-color: rgb(106,174,10); }
div.DivClassName
{
background-color: #6AAE0A;
}
.BgClassName
{
background-color: #6AAE0A;
}
</style>
border-color css
<style>
span { border-color: #6AAE0A; }
span { border-color: rgb(106,174,10); }
td.TdClassName
{
border-color: #6AAE0A;
}
.TagClassName
{
border-color: #6AAE0A;
}
</style>