Shades of Christi #66AE2C
Tints of Christi #66AE2C
RGB
CMYK
RGB Variations
Color information
#66AE2C (or 0x66AE2C) is known color: Christi. HEX triplet: 66, AE and 2C. RGB value is (102,174,44). Sum of RGB (Red+Green+Blue) = 102+174+44=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #66AE2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AE2C is #9951D3. Grayscale: #8A8A8A. Windows color (decimal): -10047956 or 2928230. OLE color: 2928230.
HSL color Cylindrical-coordinate representation of color #66AE2C: hue angle of 93.23º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66AE2C is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 174 | 44 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.32 |
| HSL | 93.23º | 0.6% | 0.43% | - |
| HSV(B) | 93.23º | 0.75% | 0.68% | - |
| XYZ | 21.07 | 33.28 | 7.7 | - |
| YUV | 137.65 | 75.15 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 174 | 44 | 0.41 | 0 | 0.75 | 0.32 | 93.23 | 0.6 | 0.43 |
| Hex | 66 | AE | 2C | 29 | 0 | 4B | 20 | 5D | 3C | 2B |
| Octal | 146 | 256 | 54 | 51 | 0 | 113 | 40 | 135 | 74 | 53 |
| Binary | 1100110 | 10101110 | 101100 | 101001 | 0 | 1001011 | 100000 | 1011101 | 111100 | 101011 |
Color Harmonies of #66AE2C
Complementary color
Monochromatic Colors of #66AE2C
Black with #66AE2C
Text Example
Text Example
White with #66AE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AE2C; }
p { color: rgb(102,174,44); }
H1.HeaderClassName
{
color: #66AE2C;
}
.AnyTagClassName
{
color: #66AE2C;
}
</style>
background-color css
<style>
a { background-color: #66AE2C; }
a { background-color: rgb(102,174,44); }
div.DivClassName
{
background-color: #66AE2C;
}
.BgClassName
{
background-color: #66AE2C;
}
</style>
border-color css
<style>
span { border-color: #66AE2C; }
span { border-color: rgb(102,174,44); }
td.TdClassName
{
border-color: #66AE2C;
}
.TagClassName
{
border-color: #66AE2C;
}
</style>