Shades of Christi #6AC219
Tints of Christi #6AC219
RGB
CMYK
RGB Variations
Color information
#6AC219 (or 0x6AC219) is known color: Christi. HEX triplet: 6A, C2 and 19. RGB value is (106,194,25). Sum of RGB (Red+Green+Blue) = 106+194+25=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC219 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC219 is #953DE6. Grayscale: #959595. Windows color (decimal): -9780711 or 1688170. OLE color: 1688170.
HSL color Cylindrical-coordinate representation of color #6AC219: hue angle of 91.24º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6AC219 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 194 | 25 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.24 |
| HSL | 91.24º | 0.77% | 0.43% | - |
| HSV(B) | 91.24º | 0.87% | 0.76% | - |
| XYZ | 25.41 | 41.72 | 7.63 | - |
| YUV | 148.42 | 58.35 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 194 | 25 | 0.45 | 0 | 0.87 | 0.24 | 91.24 | 0.77 | 0.43 |
| Hex | 6A | C2 | 19 | 2D | 0 | 57 | 18 | 5B | 4D | 2B |
| Octal | 152 | 302 | 31 | 55 | 0 | 127 | 30 | 133 | 115 | 53 |
| Binary | 1101010 | 11000010 | 11001 | 101101 | 0 | 1010111 | 11000 | 1011011 | 1001101 | 101011 |
Color Harmonies of #6AC219
Complementary color
Monochromatic Colors of #6AC219
Black with #6AC219
Text Example
Text Example
White with #6AC219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC219; }
p { color: rgb(106,194,25); }
H1.HeaderClassName
{
color: #6AC219;
}
.AnyTagClassName
{
color: #6AC219;
}
</style>
background-color css
<style>
a { background-color: #6AC219; }
a { background-color: rgb(106,194,25); }
div.DivClassName
{
background-color: #6AC219;
}
.BgClassName
{
background-color: #6AC219;
}
</style>
border-color css
<style>
span { border-color: #6AC219; }
span { border-color: rgb(106,194,25); }
td.TdClassName
{
border-color: #6AC219;
}
.TagClassName
{
border-color: #6AC219;
}
</style>