Shades of Conifer #AEE746
Tints of Conifer #AEE746
RGB
CMYK
RGB Variations
Color information
#AEE746 (or 0xAEE746) is known color: Conifer. HEX triplet: AE, E7 and 46. RGB value is (174,231,70). Sum of RGB (Red+Green+Blue) = 174+231+70=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE746 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE746 is #5118B9. Grayscale: #C4C4C4. Windows color (decimal): -5314746 or 4646830. OLE color: 4646830.
HSL color Cylindrical-coordinate representation of color #AEE746: hue angle of 81.24º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEE746 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 231 | 70 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.09 |
| HSL | 81.24º | 0.77% | 0.59% | - |
| HSV(B) | 81.24º | 0.7% | 0.91% | - |
| XYZ | 47.14 | 66.59 | 16.16 | - |
| YUV | 195.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 231 | 70 | 0.25 | 0 | 0.70 | 0.09 | 81.24 | 0.77 | 0.59 |
| Hex | AE | E7 | 46 | 19 | 0 | 46 | 9 | 51 | 4D | 3B |
| Octal | 256 | 347 | 106 | 31 | 0 | 106 | 11 | 121 | 115 | 73 |
| Binary | 10101110 | 11100111 | 1000110 | 11001 | 0 | 1000110 | 1001 | 1010001 | 1001101 | 111011 |
Color Harmonies of #AEE746
Complementary color
Monochromatic Colors of #AEE746
Black with #AEE746
Text Example
Text Example
White with #AEE746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE746; }
p { color: rgb(174,231,70); }
H1.HeaderClassName
{
color: #AEE746;
}
.AnyTagClassName
{
color: #AEE746;
}
</style>
background-color css
<style>
a { background-color: #AEE746; }
a { background-color: rgb(174,231,70); }
div.DivClassName
{
background-color: #AEE746;
}
.BgClassName
{
background-color: #AEE746;
}
</style>
border-color css
<style>
span { border-color: #AEE746; }
span { border-color: rgb(174,231,70); }
td.TdClassName
{
border-color: #AEE746;
}
.TagClassName
{
border-color: #AEE746;
}
</style>