Shades of Conifer #AEF166
Tints of Conifer #AEF166
RGB
CMYK
RGB Variations
Color information
#AEF166 (or 0xAEF166) is known color: Conifer. HEX triplet: AE, F1 and 66. RGB value is (174,241,102). Sum of RGB (Red+Green+Blue) = 174+241+102=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF166 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF166 is #510E99. Grayscale: #CDCDCD. Windows color (decimal): -5312154 or 6746542. OLE color: 6746542.
HSL color Cylindrical-coordinate representation of color #AEF166: hue angle of 88.92º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEF166 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 102 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.05 |
| HSL | 88.92º | 0.83% | 0.67% | - |
| HSV(B) | 88.92º | 0.58% | 0.95% | - |
| XYZ | 51.31 | 72.87 | 23.93 | - |
| YUV | 205.12 | 69.8 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 102 | 0.28 | 0 | 0.58 | 0.05 | 88.92 | 0.83 | 0.67 |
| Hex | AE | F1 | 66 | 1C | 0 | 3A | 5 | 59 | 53 | 43 |
| Octal | 256 | 361 | 146 | 34 | 0 | 72 | 5 | 131 | 123 | 103 |
| Binary | 10101110 | 11110001 | 1100110 | 11100 | 0 | 111010 | 101 | 1011001 | 1010011 | 1000011 |
Color Harmonies of #AEF166
Complementary color
Monochromatic Colors of #AEF166
Black with #AEF166
Text Example
Text Example
White with #AEF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF166; }
p { color: rgb(174,241,102); }
H1.HeaderClassName
{
color: #AEF166;
}
.AnyTagClassName
{
color: #AEF166;
}
</style>
background-color css
<style>
a { background-color: #AEF166; }
a { background-color: rgb(174,241,102); }
div.DivClassName
{
background-color: #AEF166;
}
.BgClassName
{
background-color: #AEF166;
}
</style>
border-color css
<style>
span { border-color: #AEF166; }
span { border-color: rgb(174,241,102); }
td.TdClassName
{
border-color: #AEF166;
}
.TagClassName
{
border-color: #AEF166;
}
</style>