Shades of Christi #6CAE00
Tints of Christi #6CAE00
RGB
CMYK
RGB Variations
Color information
#6CAE00 (or 0x6CAE00) is known color: Christi. HEX triplet: 6C, AE and 00. RGB value is (108,174,0). Sum of RGB (Red+Green+Blue) = 108+174+0=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 174 (68.36% from 255 or 61.70% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAE00 is #9351FF. Grayscale: #878787. Windows color (decimal): -9654784 or 44652. OLE color: 44652.
HSL color Cylindrical-coordinate representation of color #6CAE00: hue angle of 82.76º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CAE00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 174 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.32 |
| HSL | 82.76º | 1% | 0.34% | - |
| HSV(B) | 82.76º | 1% | 0.68% | - |
| XYZ | 21.32 | 33.46 | 5.33 | - |
| YUV | 134.43 | 52.13 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 0 | 0.38 | 0 | 1 | 0.32 | 82.76 | 1 | 0.34 |
| Hex | 6C | AE | 0 | 26 | 0 | 64 | 20 | 53 | 64 | 22 |
| Octal | 154 | 256 | 0 | 46 | 0 | 144 | 40 | 123 | 144 | 42 |
| Binary | 1101100 | 10101110 | 0 | 100110 | 0 | 1100100 | 100000 | 1010011 | 1100100 | 100010 |
Color Harmonies of #6CAE00
Complementary color
Monochromatic Colors of #6CAE00
Black with #6CAE00
Text Example
Text Example
White with #6CAE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAE00; }
p { color: rgb(108,174,0); }
H1.HeaderClassName
{
color: #6CAE00;
}
.AnyTagClassName
{
color: #6CAE00;
}
</style>
background-color css
<style>
a { background-color: #6CAE00; }
a { background-color: rgb(108,174,0); }
div.DivClassName
{
background-color: #6CAE00;
}
.BgClassName
{
background-color: #6CAE00;
}
</style>
border-color css
<style>
span { border-color: #6CAE00; }
span { border-color: rgb(108,174,0); }
td.TdClassName
{
border-color: #6CAE00;
}
.TagClassName
{
border-color: #6CAE00;
}
</style>