Shades of Christi #6AAA26
Tints of Christi #6AAA26
RGB
CMYK
RGB Variations
Color information
#6AAA26 (or 0x6AAA26) is known color: Christi. HEX triplet: 6A, AA and 26. RGB value is (106,170,38). Sum of RGB (Red+Green+Blue) = 106+170+38=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA26 is #9555D9. Grayscale: #888888. Windows color (decimal): -9786842 or 2533994. OLE color: 2533994.
HSL color Cylindrical-coordinate representation of color #6AAA26: hue angle of 89.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6AAA26 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 38 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.33 |
| HSL | 89.09º | 0.63% | 0.41% | - |
| HSV(B) | 89.09º | 0.78% | 0.67% | - |
| XYZ | 20.67 | 31.95 | 6.91 | - |
| YUV | 135.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 38 | 0.38 | 0 | 0.78 | 0.33 | 89.09 | 0.63 | 0.41 |
| Hex | 6A | AA | 26 | 26 | 0 | 4E | 21 | 59 | 3F | 29 |
| Octal | 152 | 252 | 46 | 46 | 0 | 116 | 41 | 131 | 77 | 51 |
| Binary | 1101010 | 10101010 | 100110 | 100110 | 0 | 1001110 | 100001 | 1011001 | 111111 | 101001 |
Color Harmonies of #6AAA26
Complementary color
Monochromatic Colors of #6AAA26
Black with #6AAA26
Text Example
Text Example
White with #6AAA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA26; }
p { color: rgb(106,170,38); }
H1.HeaderClassName
{
color: #6AAA26;
}
.AnyTagClassName
{
color: #6AAA26;
}
</style>
background-color css
<style>
a { background-color: #6AAA26; }
a { background-color: rgb(106,170,38); }
div.DivClassName
{
background-color: #6AAA26;
}
.BgClassName
{
background-color: #6AAA26;
}
</style>
border-color css
<style>
span { border-color: #6AAA26; }
span { border-color: rgb(106,170,38); }
td.TdClassName
{
border-color: #6AAA26;
}
.TagClassName
{
border-color: #6AAA26;
}
</style>