Shades of Christi #6AAE2A
Tints of Christi #6AAE2A
RGB
CMYK
RGB Variations
Color information
#6AAE2A (or 0x6AAE2A) is known color: Christi. HEX triplet: 6A, AE and 2A. RGB value is (106,174,42). Sum of RGB (Red+Green+Blue) = 106+174+42=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE2A is #9551D5. Grayscale: #8B8B8B. Windows color (decimal): -9785814 or 2797162. OLE color: 2797162.
HSL color Cylindrical-coordinate representation of color #6AAE2A: hue angle of 90.91º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6AAE2A is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 42 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.32 |
| HSL | 90.91º | 0.61% | 0.42% | - |
| HSV(B) | 90.91º | 0.76% | 0.68% | - |
| XYZ | 21.5 | 33.5 | 7.52 | - |
| YUV | 138.62 | 73.47 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 42 | 0.39 | 0 | 0.76 | 0.32 | 90.91 | 0.61 | 0.42 |
| Hex | 6A | AE | 2A | 27 | 0 | 4C | 20 | 5B | 3D | 2A |
| Octal | 152 | 256 | 52 | 47 | 0 | 114 | 40 | 133 | 75 | 52 |
| Binary | 1101010 | 10101110 | 101010 | 100111 | 0 | 1001100 | 100000 | 1011011 | 111101 | 101010 |
Color Harmonies of #6AAE2A
Complementary color
Monochromatic Colors of #6AAE2A
Black with #6AAE2A
Text Example
Text Example
White with #6AAE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE2A; }
p { color: rgb(106,174,42); }
H1.HeaderClassName
{
color: #6AAE2A;
}
.AnyTagClassName
{
color: #6AAE2A;
}
</style>
background-color css
<style>
a { background-color: #6AAE2A; }
a { background-color: rgb(106,174,42); }
div.DivClassName
{
background-color: #6AAE2A;
}
.BgClassName
{
background-color: #6AAE2A;
}
</style>
border-color css
<style>
span { border-color: #6AAE2A; }
span { border-color: rgb(106,174,42); }
td.TdClassName
{
border-color: #6AAE2A;
}
.TagClassName
{
border-color: #6AAE2A;
}
</style>