Shades of Conifer #AEFF65
Tints of Conifer #AEFF65
RGB
CMYK
RGB Variations
Color information
#AEFF65 (or 0xAEFF65) is known color: Conifer. HEX triplet: AE, FF and 65. RGB value is (174,255,101). Sum of RGB (Red+Green+Blue) = 174+255+101=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF65 is #51009A. Grayscale: #D5D5D5. Windows color (decimal): -5308571 or 6684590. OLE color: 6684590.
HSL color Cylindrical-coordinate representation of color #AEFF65: hue angle of 91.56º 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 #AEFF65 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 101 | - |
| CMYK | 0.32 | 0 | 0.60 | 0 |
| HSL | 91.56º | 1% | 0.7% | - |
| HSV(B) | 91.56º | 0.6% | 1% | - |
| XYZ | 55.56 | 81.46 | 25.11 | - |
| YUV | 213.23 | 64.66 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 101 | 0.32 | 0 | 0.60 | 0 | 91.56 | 1 | 0.7 |
| Hex | AE | FF | 65 | 20 | 0 | 3C | 0 | 5C | 64 | 46 |
| Octal | 256 | 377 | 145 | 40 | 0 | 74 | 0 | 134 | 144 | 106 |
| Binary | 10101110 | 11111111 | 1100101 | 100000 | 0 | 111100 | 0 | 1011100 | 1100100 | 1000110 |
Color Harmonies of #AEFF65
Complementary color
Monochromatic Colors of #AEFF65
Black with #AEFF65
Text Example
Text Example
White with #AEFF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF65; }
p { color: rgb(174,255,101); }
H1.HeaderClassName
{
color: #AEFF65;
}
.AnyTagClassName
{
color: #AEFF65;
}
</style>
background-color css
<style>
a { background-color: #AEFF65; }
a { background-color: rgb(174,255,101); }
div.DivClassName
{
background-color: #AEFF65;
}
.BgClassName
{
background-color: #AEFF65;
}
</style>
border-color css
<style>
span { border-color: #AEFF65; }
span { border-color: rgb(174,255,101); }
td.TdClassName
{
border-color: #AEFF65;
}
.TagClassName
{
border-color: #AEFF65;
}
</style>