Shades of Conifer #AEE16C
Tints of Conifer #AEE16C
RGB
CMYK
RGB Variations
Color information
#AEE16C (or 0xAEE16C) is known color: Conifer. HEX triplet: AE, E1 and 6C. RGB value is (174,225,108). Sum of RGB (Red+Green+Blue) = 174+225+108=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE16C is #511E93. Grayscale: #C4C4C4. Windows color (decimal): -5316244 or 7135662. OLE color: 7135662.
HSL color Cylindrical-coordinate representation of color #AEE16C: hue angle of 86.15º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEE16C is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 108 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.12 |
| HSL | 86.15º | 0.66% | 0.65% | - |
| HSV(B) | 86.15º | 0.52% | 0.88% | - |
| XYZ | 47.09 | 63.93 | 24.05 | - |
| YUV | 196.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 108 | 0.23 | 0 | 0.52 | 0.12 | 86.15 | 0.66 | 0.65 |
| Hex | AE | E1 | 6C | 17 | 0 | 34 | C | 56 | 42 | 41 |
| Octal | 256 | 341 | 154 | 27 | 0 | 64 | 14 | 126 | 102 | 101 |
| Binary | 10101110 | 11100001 | 1101100 | 10111 | 0 | 110100 | 1100 | 1010110 | 1000010 | 1000001 |
Color Harmonies of #AEE16C
Complementary color
Monochromatic Colors of #AEE16C
Black with #AEE16C
Text Example
Text Example
White with #AEE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE16C; }
p { color: rgb(174,225,108); }
H1.HeaderClassName
{
color: #AEE16C;
}
.AnyTagClassName
{
color: #AEE16C;
}
</style>
background-color css
<style>
a { background-color: #AEE16C; }
a { background-color: rgb(174,225,108); }
div.DivClassName
{
background-color: #AEE16C;
}
.BgClassName
{
background-color: #AEE16C;
}
</style>
border-color css
<style>
span { border-color: #AEE16C; }
span { border-color: rgb(174,225,108); }
td.TdClassName
{
border-color: #AEE16C;
}
.TagClassName
{
border-color: #AEE16C;
}
</style>