Shades of Conifer #AEF659
Tints of Conifer #AEF659
RGB
CMYK
RGB Variations
Color information
#AEF659 (or 0xAEF659) is known color: Conifer. HEX triplet: AE, F6 and 59. RGB value is (174,246,89). Sum of RGB (Red+Green+Blue) = 174+246+89=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF659 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF659 is #5109A6. Grayscale: #CFCFCF. Windows color (decimal): -5310887 or 5895854. OLE color: 5895854.
HSL color Cylindrical-coordinate representation of color #AEF659: hue angle of 87.52º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEF659 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 89 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.04 |
| HSL | 87.52º | 0.9% | 0.66% | - |
| HSV(B) | 87.52º | 0.64% | 0.96% | - |
| XYZ | 52.21 | 75.63 | 21.3 | - |
| YUV | 206.57 | 61.65 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 89 | 0.29 | 0 | 0.64 | 0.04 | 87.52 | 0.9 | 0.66 |
| Hex | AE | F6 | 59 | 1D | 0 | 40 | 4 | 58 | 5A | 42 |
| Octal | 256 | 366 | 131 | 35 | 0 | 100 | 4 | 130 | 132 | 102 |
| Binary | 10101110 | 11110110 | 1011001 | 11101 | 0 | 1000000 | 100 | 1011000 | 1011010 | 1000010 |
Color Harmonies of #AEF659
Complementary color
Monochromatic Colors of #AEF659
Black with #AEF659
Text Example
Text Example
White with #AEF659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF659; }
p { color: rgb(174,246,89); }
H1.HeaderClassName
{
color: #AEF659;
}
.AnyTagClassName
{
color: #AEF659;
}
</style>
background-color css
<style>
a { background-color: #AEF659; }
a { background-color: rgb(174,246,89); }
div.DivClassName
{
background-color: #AEF659;
}
.BgClassName
{
background-color: #AEF659;
}
</style>
border-color css
<style>
span { border-color: #AEF659; }
span { border-color: rgb(174,246,89); }
td.TdClassName
{
border-color: #AEF659;
}
.TagClassName
{
border-color: #AEF659;
}
</style>