Shades of Conifer #AEE46C
Tints of Conifer #AEE46C
RGB
CMYK
RGB Variations
Color information
#AEE46C (or 0xAEE46C) is known color: Conifer. HEX triplet: AE, E4 and 6C. RGB value is (174,228,108). Sum of RGB (Red+Green+Blue) = 174+228+108=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE46C is #511B93. Grayscale: #C6C6C6. Windows color (decimal): -5315476 or 7136430. OLE color: 7136430.
HSL color Cylindrical-coordinate representation of color #AEE46C: hue angle of 87º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEE46C is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 228 | 108 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.11 |
| HSL | 87º | 0.69% | 0.66% | - |
| HSV(B) | 87º | 0.53% | 0.89% | - |
| XYZ | 47.91 | 65.57 | 24.32 | - |
| YUV | 198.17 | 77.11 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 228 | 108 | 0.24 | 0 | 0.53 | 0.11 | 87 | 0.69 | 0.66 |
| Hex | AE | E4 | 6C | 18 | 0 | 35 | B | 57 | 45 | 42 |
| Octal | 256 | 344 | 154 | 30 | 0 | 65 | 13 | 127 | 105 | 102 |
| Binary | 10101110 | 11100100 | 1101100 | 11000 | 0 | 110101 | 1011 | 1010111 | 1000101 | 1000010 |
Color Harmonies of #AEE46C
Complementary color
Monochromatic Colors of #AEE46C
Black with #AEE46C
Text Example
Text Example
White with #AEE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE46C; }
p { color: rgb(174,228,108); }
H1.HeaderClassName
{
color: #AEE46C;
}
.AnyTagClassName
{
color: #AEE46C;
}
</style>
background-color css
<style>
a { background-color: #AEE46C; }
a { background-color: rgb(174,228,108); }
div.DivClassName
{
background-color: #AEE46C;
}
.BgClassName
{
background-color: #AEE46C;
}
</style>
border-color css
<style>
span { border-color: #AEE46C; }
span { border-color: rgb(174,228,108); }
td.TdClassName
{
border-color: #AEE46C;
}
.TagClassName
{
border-color: #AEE46C;
}
</style>