Shades of Christi #6AB01A
Tints of Christi #6AB01A
RGB
CMYK
RGB Variations
Color information
#6AB01A (or 0x6AB01A) is known color: Christi. HEX triplet: 6A, B0 and 1A. RGB value is (106,176,26). Sum of RGB (Red+Green+Blue) = 106+176+26=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB01A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB01A is #954FE5. Grayscale: #8A8A8A. Windows color (decimal): -9785318 or 1749098. OLE color: 1749098.
HSL color Cylindrical-coordinate representation of color #6AB01A: hue angle of 88º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AB01A is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 26 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.31 |
| HSL | 88º | 0.74% | 0.4% | - |
| HSV(B) | 88º | 0.85% | 0.69% | - |
| XYZ | 21.66 | 34.19 | 6.44 | - |
| YUV | 137.97 | 64.81 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 26 | 0.40 | 0 | 0.85 | 0.31 | 88 | 0.74 | 0.4 |
| Hex | 6A | B0 | 1A | 28 | 0 | 55 | 1F | 58 | 4A | 28 |
| Octal | 152 | 260 | 32 | 50 | 0 | 125 | 37 | 130 | 112 | 50 |
| Binary | 1101010 | 10110000 | 11010 | 101000 | 0 | 1010101 | 11111 | 1011000 | 1001010 | 101000 |
Color Harmonies of #6AB01A
Complementary color
Monochromatic Colors of #6AB01A
Black with #6AB01A
Text Example
Text Example
White with #6AB01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB01A; }
p { color: rgb(106,176,26); }
H1.HeaderClassName
{
color: #6AB01A;
}
.AnyTagClassName
{
color: #6AB01A;
}
</style>
background-color css
<style>
a { background-color: #6AB01A; }
a { background-color: rgb(106,176,26); }
div.DivClassName
{
background-color: #6AB01A;
}
.BgClassName
{
background-color: #6AB01A;
}
</style>
border-color css
<style>
span { border-color: #6AB01A; }
span { border-color: rgb(106,176,26); }
td.TdClassName
{
border-color: #6AB01A;
}
.TagClassName
{
border-color: #6AB01A;
}
</style>