Shades of Christi #6AC915
Tints of Christi #6AC915
RGB
CMYK
RGB Variations
Color information
#6AC915 (or 0x6AC915) is known color: Christi. HEX triplet: 6A, C9 and 15. RGB value is (106,201,21). Sum of RGB (Red+Green+Blue) = 106+201+21=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #6AC915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC915 is #9536EA. Grayscale: #989898. Windows color (decimal): -9778923 or 1427818. OLE color: 1427818.
HSL color Cylindrical-coordinate representation of color #6AC915: hue angle of 91.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AC915 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 201 | 21 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.21 |
| HSL | 91.67º | 0.81% | 0.44% | - |
| HSV(B) | 91.67º | 0.9% | 0.79% | - |
| XYZ | 26.97 | 44.89 | 7.95 | - |
| YUV | 152.08 | 54.03 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 201 | 21 | 0.47 | 0 | 0.90 | 0.21 | 91.67 | 0.81 | 0.44 |
| Hex | 6A | C9 | 15 | 2F | 0 | 5A | 15 | 5C | 51 | 2C |
| Octal | 152 | 311 | 25 | 57 | 0 | 132 | 25 | 134 | 121 | 54 |
| Binary | 1101010 | 11001001 | 10101 | 101111 | 0 | 1011010 | 10101 | 1011100 | 1010001 | 101100 |
Color Harmonies of #6AC915
Complementary color
Monochromatic Colors of #6AC915
Black with #6AC915
Text Example
Text Example
White with #6AC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC915; }
p { color: rgb(106,201,21); }
H1.HeaderClassName
{
color: #6AC915;
}
.AnyTagClassName
{
color: #6AC915;
}
</style>
background-color css
<style>
a { background-color: #6AC915; }
a { background-color: rgb(106,201,21); }
div.DivClassName
{
background-color: #6AC915;
}
.BgClassName
{
background-color: #6AC915;
}
</style>
border-color css
<style>
span { border-color: #6AC915; }
span { border-color: rgb(106,201,21); }
td.TdClassName
{
border-color: #6AC915;
}
.TagClassName
{
border-color: #6AC915;
}
</style>