Shades of Christi #66AB18
Tints of Christi #66AB18
RGB
CMYK
RGB Variations
Color information
#66AB18 (or 0x66AB18) is known color: Christi. HEX triplet: 66, AB and 18. RGB value is (102,171,24). Sum of RGB (Red+Green+Blue) = 102+171+24=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AB18 is #9954E7. Grayscale: #868686. Windows color (decimal): -10048744 or 1616742. OLE color: 1616742.
HSL color Cylindrical-coordinate representation of color #66AB18: hue angle of 88.16º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66AB18 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 24 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.33 |
| HSL | 88.16º | 0.75% | 0.38% | - |
| HSV(B) | 88.16º | 0.86% | 0.67% | - |
| XYZ | 20.21 | 32.02 | 5.98 | - |
| YUV | 133.61 | 66.14 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 24 | 0.40 | 0 | 0.86 | 0.33 | 88.16 | 0.75 | 0.38 |
| Hex | 66 | AB | 18 | 28 | 0 | 56 | 21 | 58 | 4B | 26 |
| Octal | 146 | 253 | 30 | 50 | 0 | 126 | 41 | 130 | 113 | 46 |
| Binary | 1100110 | 10101011 | 11000 | 101000 | 0 | 1010110 | 100001 | 1011000 | 1001011 | 100110 |
Color Harmonies of #66AB18
Complementary color
Monochromatic Colors of #66AB18
Black with #66AB18
Text Example
Text Example
White with #66AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB18; }
p { color: rgb(102,171,24); }
H1.HeaderClassName
{
color: #66AB18;
}
.AnyTagClassName
{
color: #66AB18;
}
</style>
background-color css
<style>
a { background-color: #66AB18; }
a { background-color: rgb(102,171,24); }
div.DivClassName
{
background-color: #66AB18;
}
.BgClassName
{
background-color: #66AB18;
}
</style>
border-color css
<style>
span { border-color: #66AB18; }
span { border-color: rgb(102,171,24); }
td.TdClassName
{
border-color: #66AB18;
}
.TagClassName
{
border-color: #66AB18;
}
</style>