Shades of Conifer #AEFF66
Tints of Conifer #AEFF66
RGB
CMYK
RGB Variations
Color information
#AEFF66 (or 0xAEFF66) is known color: Conifer. HEX triplet: AE, FF and 66. RGB value is (174,255,102). Sum of RGB (Red+Green+Blue) = 174+255+102=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF66 is #510099. Grayscale: #D5D5D5. Windows color (decimal): -5308570 or 6750126. OLE color: 6750126.
HSL color Cylindrical-coordinate representation of color #AEFF66: hue angle of 91.76º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEFF66 is Cyan = 0.32, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 102 | - |
| CMYK | 0.32 | 0 | 0.6 | 0 |
| HSL | 91.76º | 1% | 0.7% | - |
| HSV(B) | 91.76º | 0.6% | 1% | - |
| XYZ | 55.61 | 81.48 | 25.37 | - |
| YUV | 213.34 | 65.16 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 102 | 0.32 | 0 | 0.6 | 0 | 91.76 | 1 | 0.7 |
| Hex | AE | FF | 66 | 20 | 0 | 3C | 0 | 5C | 64 | 46 |
| Octal | 256 | 377 | 146 | 40 | 0 | 74 | 0 | 134 | 144 | 106 |
| Binary | 10101110 | 11111111 | 1100110 | 100000 | 0 | 111100 | 0 | 1011100 | 1100100 | 1000110 |
Color Harmonies of #AEFF66
Complementary color
Monochromatic Colors of #AEFF66
Black with #AEFF66
Text Example
Text Example
White with #AEFF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF66; }
p { color: rgb(174,255,102); }
H1.HeaderClassName
{
color: #AEFF66;
}
.AnyTagClassName
{
color: #AEFF66;
}
</style>
background-color css
<style>
a { background-color: #AEFF66; }
a { background-color: rgb(174,255,102); }
div.DivClassName
{
background-color: #AEFF66;
}
.BgClassName
{
background-color: #AEFF66;
}
</style>
border-color css
<style>
span { border-color: #AEFF66; }
span { border-color: rgb(174,255,102); }
td.TdClassName
{
border-color: #AEFF66;
}
.TagClassName
{
border-color: #AEFF66;
}
</style>