Shades of Christi #6AC021
Tints of Christi #6AC021
RGB
CMYK
RGB Variations
Color information
#6AC021 (or 0x6AC021) is known color: Christi. HEX triplet: 6A, C0 and 21. RGB value is (106,192,33). Sum of RGB (Red+Green+Blue) = 106+192+33=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC021 is #953FDE. Grayscale: #949494. Windows color (decimal): -9781215 or 2211946. OLE color: 2211946.
HSL color Cylindrical-coordinate representation of color #6AC021: hue angle of 92.45º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6AC021 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 33 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.25 |
| HSL | 92.45º | 0.71% | 0.44% | - |
| HSV(B) | 92.45º | 0.83% | 0.75% | - |
| XYZ | 25.07 | 40.87 | 8.01 | - |
| YUV | 148.16 | 63.01 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 33 | 0.45 | 0 | 0.83 | 0.25 | 92.45 | 0.71 | 0.44 |
| Hex | 6A | C0 | 21 | 2D | 0 | 53 | 19 | 5C | 47 | 2C |
| Octal | 152 | 300 | 41 | 55 | 0 | 123 | 31 | 134 | 107 | 54 |
| Binary | 1101010 | 11000000 | 100001 | 101101 | 0 | 1010011 | 11001 | 1011100 | 1000111 | 101100 |
Color Harmonies of #6AC021
Complementary color
Monochromatic Colors of #6AC021
Black with #6AC021
Text Example
Text Example
White with #6AC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC021; }
p { color: rgb(106,192,33); }
H1.HeaderClassName
{
color: #6AC021;
}
.AnyTagClassName
{
color: #6AC021;
}
</style>
background-color css
<style>
a { background-color: #6AC021; }
a { background-color: rgb(106,192,33); }
div.DivClassName
{
background-color: #6AC021;
}
.BgClassName
{
background-color: #6AC021;
}
</style>
border-color css
<style>
span { border-color: #6AC021; }
span { border-color: rgb(106,192,33); }
td.TdClassName
{
border-color: #6AC021;
}
.TagClassName
{
border-color: #6AC021;
}
</style>