Shades of Christi #6AA40C
Tints of Christi #6AA40C
RGB
CMYK
RGB Variations
Color information
#6AA40C (or 0x6AA40C) is known color: Christi. HEX triplet: 6A, A4 and 0C. RGB value is (106,164,12). Sum of RGB (Red+Green+Blue) = 106+164+12=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 164 (64.45% from 255 or 58.16% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA40C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA40C is #955BF3. Grayscale: #818181. Windows color (decimal): -9788404 or 828522. OLE color: 828522.
HSL color Cylindrical-coordinate representation of color #6AA40C: hue angle of 82.89º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AA40C is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 164 | 12 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.36 |
| HSL | 82.89º | 0.86% | 0.35% | - |
| HSV(B) | 82.89º | 0.93% | 0.64% | - |
| XYZ | 19.29 | 29.64 | 5.05 | - |
| YUV | 129.33 | 61.78 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 164 | 12 | 0.35 | 0 | 0.93 | 0.36 | 82.89 | 0.86 | 0.35 |
| Hex | 6A | A4 | C | 23 | 0 | 5D | 24 | 53 | 56 | 23 |
| Octal | 152 | 244 | 14 | 43 | 0 | 135 | 44 | 123 | 126 | 43 |
| Binary | 1101010 | 10100100 | 1100 | 100011 | 0 | 1011101 | 100100 | 1010011 | 1010110 | 100011 |
Color Harmonies of #6AA40C
Complementary color
Monochromatic Colors of #6AA40C
Black with #6AA40C
Text Example
Text Example
White with #6AA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA40C; }
p { color: rgb(106,164,12); }
H1.HeaderClassName
{
color: #6AA40C;
}
.AnyTagClassName
{
color: #6AA40C;
}
</style>
background-color css
<style>
a { background-color: #6AA40C; }
a { background-color: rgb(106,164,12); }
div.DivClassName
{
background-color: #6AA40C;
}
.BgClassName
{
background-color: #6AA40C;
}
</style>
border-color css
<style>
span { border-color: #6AA40C; }
span { border-color: rgb(106,164,12); }
td.TdClassName
{
border-color: #6AA40C;
}
.TagClassName
{
border-color: #6AA40C;
}
</style>