Shades of Conifer #AEF966
Tints of Conifer #AEF966
RGB
CMYK
RGB Variations
Color information
#AEF966 (or 0xAEF966) is known color: Conifer. HEX triplet: AE, F9 and 66. RGB value is (174,249,102). Sum of RGB (Red+Green+Blue) = 174+249+102=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF966 is #510699. Grayscale: #D2D2D2. Windows color (decimal): -5310106 or 6748590. OLE color: 6748590.
HSL color Cylindrical-coordinate representation of color #AEF966: hue angle of 90.61º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEF966 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 249 | 102 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.02 |
| HSL | 90.61º | 0.92% | 0.69% | - |
| HSV(B) | 90.61º | 0.59% | 0.98% | - |
| XYZ | 53.73 | 77.71 | 24.74 | - |
| YUV | 209.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 249 | 102 | 0.30 | 0 | 0.59 | 0.02 | 90.61 | 0.92 | 0.69 |
| Hex | AE | F9 | 66 | 1E | 0 | 3B | 2 | 5B | 5C | 45 |
| Octal | 256 | 371 | 146 | 36 | 0 | 73 | 2 | 133 | 134 | 105 |
| Binary | 10101110 | 11111001 | 1100110 | 11110 | 0 | 111011 | 10 | 1011011 | 1011100 | 1000101 |
Color Harmonies of #AEF966
Complementary color
Monochromatic Colors of #AEF966
Black with #AEF966
Text Example
Text Example
White with #AEF966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF966; }
p { color: rgb(174,249,102); }
H1.HeaderClassName
{
color: #AEF966;
}
.AnyTagClassName
{
color: #AEF966;
}
</style>
background-color css
<style>
a { background-color: #AEF966; }
a { background-color: rgb(174,249,102); }
div.DivClassName
{
background-color: #AEF966;
}
.BgClassName
{
background-color: #AEF966;
}
</style>
border-color css
<style>
span { border-color: #AEF966; }
span { border-color: rgb(174,249,102); }
td.TdClassName
{
border-color: #AEF966;
}
.TagClassName
{
border-color: #AEF966;
}
</style>