Shades of Christi #6AAE2C
Tints of Christi #6AAE2C
RGB
CMYK
RGB Variations
Color information
#6AAE2C (or 0x6AAE2C) is known color: Christi. HEX triplet: 6A, AE and 2C. RGB value is (106,174,44). Sum of RGB (Red+Green+Blue) = 106+174+44=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE2C is #9551D3. Grayscale: #8B8B8B. Windows color (decimal): -9785812 or 2928234. OLE color: 2928234.
HSL color Cylindrical-coordinate representation of color #6AAE2C: hue angle of 91.38º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6AAE2C is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 44 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.32 |
| HSL | 91.38º | 0.6% | 0.43% | - |
| HSV(B) | 91.38º | 0.75% | 0.68% | - |
| XYZ | 21.53 | 33.52 | 7.72 | - |
| YUV | 138.85 | 74.47 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 44 | 0.39 | 0 | 0.75 | 0.32 | 91.38 | 0.6 | 0.43 |
| Hex | 6A | AE | 2C | 27 | 0 | 4B | 20 | 5B | 3C | 2B |
| Octal | 152 | 256 | 54 | 47 | 0 | 113 | 40 | 133 | 74 | 53 |
| Binary | 1101010 | 10101110 | 101100 | 100111 | 0 | 1001011 | 100000 | 1011011 | 111100 | 101011 |
Color Harmonies of #6AAE2C
Complementary color
Monochromatic Colors of #6AAE2C
Black with #6AAE2C
Text Example
Text Example
White with #6AAE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE2C; }
p { color: rgb(106,174,44); }
H1.HeaderClassName
{
color: #6AAE2C;
}
.AnyTagClassName
{
color: #6AAE2C;
}
</style>
background-color css
<style>
a { background-color: #6AAE2C; }
a { background-color: rgb(106,174,44); }
div.DivClassName
{
background-color: #6AAE2C;
}
.BgClassName
{
background-color: #6AAE2C;
}
</style>
border-color css
<style>
span { border-color: #6AAE2C; }
span { border-color: rgb(106,174,44); }
td.TdClassName
{
border-color: #6AAE2C;
}
.TagClassName
{
border-color: #6AAE2C;
}
</style>