Shades of Christi #6AB30A
Tints of Christi #6AB30A
RGB
CMYK
RGB Variations
Color information
#6AB30A (or 0x6AB30A) is known color: Christi. HEX triplet: 6A, B3 and 0A. RGB value is (106,179,10). Sum of RGB (Red+Green+Blue) = 106+179+10=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB30A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB30A is #954CF5. Grayscale: #8A8A8A. Windows color (decimal): -9784566 or 701290. OLE color: 701290.
HSL color Cylindrical-coordinate representation of color #6AB30A: hue angle of 85.92º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AB30A is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 179 | 10 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.30 |
| HSL | 85.92º | 0.89% | 0.37% | - |
| HSV(B) | 85.92º | 0.94% | 0.7% | - |
| XYZ | 22.12 | 35.33 | 5.94 | - |
| YUV | 137.91 | 55.82 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 10 | 0.41 | 0 | 0.94 | 0.30 | 85.92 | 0.89 | 0.37 |
| Hex | 6A | B3 | A | 29 | 0 | 5E | 1E | 56 | 59 | 25 |
| Octal | 152 | 263 | 12 | 51 | 0 | 136 | 36 | 126 | 131 | 45 |
| Binary | 1101010 | 10110011 | 1010 | 101001 | 0 | 1011110 | 11110 | 1010110 | 1011001 | 100101 |
Color Harmonies of #6AB30A
Complementary color
Monochromatic Colors of #6AB30A
Black with #6AB30A
Text Example
Text Example
White with #6AB30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB30A; }
p { color: rgb(106,179,10); }
H1.HeaderClassName
{
color: #6AB30A;
}
.AnyTagClassName
{
color: #6AB30A;
}
</style>
background-color css
<style>
a { background-color: #6AB30A; }
a { background-color: rgb(106,179,10); }
div.DivClassName
{
background-color: #6AB30A;
}
.BgClassName
{
background-color: #6AB30A;
}
</style>
border-color css
<style>
span { border-color: #6AB30A; }
span { border-color: rgb(106,179,10); }
td.TdClassName
{
border-color: #6AB30A;
}
.TagClassName
{
border-color: #6AB30A;
}
</style>