Shades of Christi #6AC815
Tints of Christi #6AC815
RGB
CMYK
RGB Variations
Color information
#6AC815 (or 0x6AC815) is known color: Christi. HEX triplet: 6A, C8 and 15. RGB value is (106,200,21). Sum of RGB (Red+Green+Blue) = 106+200+21=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC815 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC815 is #9537EA. Grayscale: #989898. Windows color (decimal): -9779179 or 1427562. OLE color: 1427562.
HSL color Cylindrical-coordinate representation of color #6AC815: hue angle of 91.51º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6AC815 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 200 | 21 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.22 |
| HSL | 91.51º | 0.81% | 0.43% | - |
| HSV(B) | 91.51º | 0.9% | 0.78% | - |
| XYZ | 26.73 | 44.43 | 7.88 | - |
| YUV | 151.49 | 54.36 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 200 | 21 | 0.47 | 0 | 0.90 | 0.22 | 91.51 | 0.81 | 0.43 |
| Hex | 6A | C8 | 15 | 2F | 0 | 5A | 16 | 5C | 51 | 2B |
| Octal | 152 | 310 | 25 | 57 | 0 | 132 | 26 | 134 | 121 | 53 |
| Binary | 1101010 | 11001000 | 10101 | 101111 | 0 | 1011010 | 10110 | 1011100 | 1010001 | 101011 |
Color Harmonies of #6AC815
Complementary color
Monochromatic Colors of #6AC815
Black with #6AC815
Text Example
Text Example
White with #6AC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC815; }
p { color: rgb(106,200,21); }
H1.HeaderClassName
{
color: #6AC815;
}
.AnyTagClassName
{
color: #6AC815;
}
</style>
background-color css
<style>
a { background-color: #6AC815; }
a { background-color: rgb(106,200,21); }
div.DivClassName
{
background-color: #6AC815;
}
.BgClassName
{
background-color: #6AC815;
}
</style>
border-color css
<style>
span { border-color: #6AC815; }
span { border-color: rgb(106,200,21); }
td.TdClassName
{
border-color: #6AC815;
}
.TagClassName
{
border-color: #6AC815;
}
</style>