Shades of Christi #6AB421
Tints of Christi #6AB421
RGB
CMYK
RGB Variations
Color information
#6AB421 (or 0x6AB421) is known color: Christi. HEX triplet: 6A, B4 and 21. RGB value is (106,180,33). Sum of RGB (Red+Green+Blue) = 106+180+33=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB421 is #954BDE. Grayscale: #8D8D8D. Windows color (decimal): -9784287 or 2208874. OLE color: 2208874.
HSL color Cylindrical-coordinate representation of color #6AB421: hue angle of 90.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6AB421 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 180 | 33 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.29 |
| HSL | 90.2º | 0.69% | 0.42% | - |
| HSV(B) | 90.2º | 0.82% | 0.71% | - |
| XYZ | 22.54 | 35.82 | 7.16 | - |
| YUV | 141.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 33 | 0.41 | 0 | 0.82 | 0.29 | 90.2 | 0.69 | 0.42 |
| Hex | 6A | B4 | 21 | 29 | 0 | 52 | 1D | 5A | 45 | 2A |
| Octal | 152 | 264 | 41 | 51 | 0 | 122 | 35 | 132 | 105 | 52 |
| Binary | 1101010 | 10110100 | 100001 | 101001 | 0 | 1010010 | 11101 | 1011010 | 1000101 | 101010 |
Color Harmonies of #6AB421
Complementary color
Monochromatic Colors of #6AB421
Black with #6AB421
Text Example
Text Example
White with #6AB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB421; }
p { color: rgb(106,180,33); }
H1.HeaderClassName
{
color: #6AB421;
}
.AnyTagClassName
{
color: #6AB421;
}
</style>
background-color css
<style>
a { background-color: #6AB421; }
a { background-color: rgb(106,180,33); }
div.DivClassName
{
background-color: #6AB421;
}
.BgClassName
{
background-color: #6AB421;
}
</style>
border-color css
<style>
span { border-color: #6AB421; }
span { border-color: rgb(106,180,33); }
td.TdClassName
{
border-color: #6AB421;
}
.TagClassName
{
border-color: #6AB421;
}
</style>