Shades of Conifer #AEFF61
Tints of Conifer #AEFF61
RGB
CMYK
RGB Variations
Color information
#AEFF61 (or 0xAEFF61) is known color: Conifer. HEX triplet: AE, FF and 61. RGB value is (174,255,97). Sum of RGB (Red+Green+Blue) = 174+255+97=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF61 is #51009E. Grayscale: #D5D5D5. Windows color (decimal): -5308575 or 6422446. OLE color: 6422446.
HSL color Cylindrical-coordinate representation of color #AEFF61: hue angle of 90.76º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AEFF61 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 97 | - |
| CMYK | 0.32 | 0 | 0.62 | 0 |
| HSL | 90.76º | 1% | 0.69% | - |
| HSV(B) | 90.76º | 0.62% | 1% | - |
| XYZ | 55.37 | 81.38 | 24.1 | - |
| YUV | 212.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 97 | 0.32 | 0 | 0.62 | 0 | 90.76 | 1 | 0.69 |
| Hex | AE | FF | 61 | 20 | 0 | 3E | 0 | 5B | 64 | 45 |
| Octal | 256 | 377 | 141 | 40 | 0 | 76 | 0 | 133 | 144 | 105 |
| Binary | 10101110 | 11111111 | 1100001 | 100000 | 0 | 111110 | 0 | 1011011 | 1100100 | 1000101 |
Color Harmonies of #AEFF61
Complementary color
Monochromatic Colors of #AEFF61
Black with #AEFF61
Text Example
Text Example
White with #AEFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF61; }
p { color: rgb(174,255,97); }
H1.HeaderClassName
{
color: #AEFF61;
}
.AnyTagClassName
{
color: #AEFF61;
}
</style>
background-color css
<style>
a { background-color: #AEFF61; }
a { background-color: rgb(174,255,97); }
div.DivClassName
{
background-color: #AEFF61;
}
.BgClassName
{
background-color: #AEFF61;
}
</style>
border-color css
<style>
span { border-color: #AEFF61; }
span { border-color: rgb(174,255,97); }
td.TdClassName
{
border-color: #AEFF61;
}
.TagClassName
{
border-color: #AEFF61;
}
</style>