Shades of Christi #6AB816
Tints of Christi #6AB816
RGB
CMYK
RGB Variations
Color information
#6AB816 (or 0x6AB816) is known color: Christi. HEX triplet: 6A, B8 and 16. RGB value is (106,184,22). Sum of RGB (Red+Green+Blue) = 106+184+22=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB816 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB816 is #9547E9. Grayscale: #8E8E8E. Windows color (decimal): -9783274 or 1489002. OLE color: 1489002.
HSL color Cylindrical-coordinate representation of color #6AB816: hue angle of 88.89º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6AB816 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 184 | 22 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.28 |
| HSL | 88.89º | 0.79% | 0.4% | - |
| HSV(B) | 88.89º | 0.88% | 0.72% | - |
| XYZ | 23.23 | 37.4 | 6.75 | - |
| YUV | 142.21 | 60.16 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 22 | 0.42 | 0 | 0.88 | 0.28 | 88.89 | 0.79 | 0.4 |
| Hex | 6A | B8 | 16 | 2A | 0 | 58 | 1C | 59 | 4F | 28 |
| Octal | 152 | 270 | 26 | 52 | 0 | 130 | 34 | 131 | 117 | 50 |
| Binary | 1101010 | 10111000 | 10110 | 101010 | 0 | 1011000 | 11100 | 1011001 | 1001111 | 101000 |
Color Harmonies of #6AB816
Complementary color
Monochromatic Colors of #6AB816
Black with #6AB816
Text Example
Text Example
White with #6AB816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB816; }
p { color: rgb(106,184,22); }
H1.HeaderClassName
{
color: #6AB816;
}
.AnyTagClassName
{
color: #6AB816;
}
</style>
background-color css
<style>
a { background-color: #6AB816; }
a { background-color: rgb(106,184,22); }
div.DivClassName
{
background-color: #6AB816;
}
.BgClassName
{
background-color: #6AB816;
}
</style>
border-color css
<style>
span { border-color: #6AB816; }
span { border-color: rgb(106,184,22); }
td.TdClassName
{
border-color: #6AB816;
}
.TagClassName
{
border-color: #6AB816;
}
</style>