Shades of Christi #66AF12
Tints of Christi #66AF12
RGB
CMYK
RGB Variations
Color information
#66AF12 (or 0x66AF12) is known color: Christi. HEX triplet: 66, AF and 12. RGB value is (102,175,18). Sum of RGB (Red+Green+Blue) = 102+175+18=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AF12 is #9950ED. Grayscale: #878787. Windows color (decimal): -10047726 or 1224550. OLE color: 1224550.
HSL color Cylindrical-coordinate representation of color #66AF12: hue angle of 87.9º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66AF12 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 18 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.31 |
| HSL | 87.9º | 0.81% | 0.38% | - |
| HSV(B) | 87.9º | 0.9% | 0.69% | - |
| XYZ | 20.92 | 33.53 | 5.94 | - |
| YUV | 135.28 | 61.82 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 18 | 0.42 | 0 | 0.90 | 0.31 | 87.9 | 0.81 | 0.38 |
| Hex | 66 | AF | 12 | 2A | 0 | 5A | 1F | 58 | 51 | 26 |
| Octal | 146 | 257 | 22 | 52 | 0 | 132 | 37 | 130 | 121 | 46 |
| Binary | 1100110 | 10101111 | 10010 | 101010 | 0 | 1011010 | 11111 | 1011000 | 1010001 | 100110 |
Color Harmonies of #66AF12
Complementary color
Monochromatic Colors of #66AF12
Black with #66AF12
Text Example
Text Example
White with #66AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF12; }
p { color: rgb(102,175,18); }
H1.HeaderClassName
{
color: #66AF12;
}
.AnyTagClassName
{
color: #66AF12;
}
</style>
background-color css
<style>
a { background-color: #66AF12; }
a { background-color: rgb(102,175,18); }
div.DivClassName
{
background-color: #66AF12;
}
.BgClassName
{
background-color: #66AF12;
}
</style>
border-color css
<style>
span { border-color: #66AF12; }
span { border-color: rgb(102,175,18); }
td.TdClassName
{
border-color: #66AF12;
}
.TagClassName
{
border-color: #66AF12;
}
</style>