Shades of Christi #6CCA0C
Tints of Christi #6CCA0C
RGB
CMYK
RGB Variations
Color information
#6CCA0C (or 0x6CCA0C) is known color: Christi. HEX triplet: 6C, CA and 0C. RGB value is (108,202,12). Sum of RGB (Red+Green+Blue) = 108+202+12=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCA0C is #9335F3. Grayscale: #989898. Windows color (decimal): -9647604 or 838252. OLE color: 838252.
HSL color Cylindrical-coordinate representation of color #6CCA0C: hue angle of 89.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6CCA0C is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 12 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.21 |
| HSL | 89.68º | 0.89% | 0.42% | - |
| HSV(B) | 89.68º | 0.94% | 0.79% | - |
| XYZ | 27.37 | 45.46 | 7.68 | - |
| YUV | 152.23 | 48.86 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 12 | 0.47 | 0 | 0.94 | 0.21 | 89.68 | 0.89 | 0.42 |
| Hex | 6C | CA | C | 2F | 0 | 5E | 15 | 5A | 59 | 2A |
| Octal | 154 | 312 | 14 | 57 | 0 | 136 | 25 | 132 | 131 | 52 |
| Binary | 1101100 | 11001010 | 1100 | 101111 | 0 | 1011110 | 10101 | 1011010 | 1011001 | 101010 |
Color Harmonies of #6CCA0C
Complementary color
Monochromatic Colors of #6CCA0C
Black with #6CCA0C
Text Example
Text Example
White with #6CCA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCA0C; }
p { color: rgb(108,202,12); }
H1.HeaderClassName
{
color: #6CCA0C;
}
.AnyTagClassName
{
color: #6CCA0C;
}
</style>
background-color css
<style>
a { background-color: #6CCA0C; }
a { background-color: rgb(108,202,12); }
div.DivClassName
{
background-color: #6CCA0C;
}
.BgClassName
{
background-color: #6CCA0C;
}
</style>
border-color css
<style>
span { border-color: #6CCA0C; }
span { border-color: rgb(108,202,12); }
td.TdClassName
{
border-color: #6CCA0C;
}
.TagClassName
{
border-color: #6CCA0C;
}
</style>