Shades of Christi #6AAE2B
Tints of Christi #6AAE2B
RGB
CMYK
RGB Variations
Color information
#6AAE2B (or 0x6AAE2B) is known color: Christi. HEX triplet: 6A, AE and 2B. RGB value is (106,174,43). Sum of RGB (Red+Green+Blue) = 106+174+43=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE2B is #9551D4. Grayscale: #8B8B8B. Windows color (decimal): -9785813 or 2862698. OLE color: 2862698.
HSL color Cylindrical-coordinate representation of color #6AAE2B: hue angle of 91.15º 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 #6AAE2B is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 43 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.32 |
| HSL | 91.15º | 0.6% | 0.43% | - |
| HSV(B) | 91.15º | 0.75% | 0.68% | - |
| XYZ | 21.52 | 33.51 | 7.62 | - |
| YUV | 138.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 43 | 0.39 | 0 | 0.75 | 0.32 | 91.15 | 0.6 | 0.43 |
| Hex | 6A | AE | 2B | 27 | 0 | 4B | 20 | 5B | 3C | 2B |
| Octal | 152 | 256 | 53 | 47 | 0 | 113 | 40 | 133 | 74 | 53 |
| Binary | 1101010 | 10101110 | 101011 | 100111 | 0 | 1001011 | 100000 | 1011011 | 111100 | 101011 |
Color Harmonies of #6AAE2B
Complementary color
Monochromatic Colors of #6AAE2B
Black with #6AAE2B
Text Example
Text Example
White with #6AAE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE2B; }
p { color: rgb(106,174,43); }
H1.HeaderClassName
{
color: #6AAE2B;
}
.AnyTagClassName
{
color: #6AAE2B;
}
</style>
background-color css
<style>
a { background-color: #6AAE2B; }
a { background-color: rgb(106,174,43); }
div.DivClassName
{
background-color: #6AAE2B;
}
.BgClassName
{
background-color: #6AAE2B;
}
</style>
border-color css
<style>
span { border-color: #6AAE2B; }
span { border-color: rgb(106,174,43); }
td.TdClassName
{
border-color: #6AAE2B;
}
.TagClassName
{
border-color: #6AAE2B;
}
</style>