Shades of Conifer #AEE06C
Tints of Conifer #AEE06C
RGB
CMYK
RGB Variations
Color information
#AEE06C (or 0xAEE06C) is known color: Conifer. HEX triplet: AE, E0 and 6C. RGB value is (174,224,108). Sum of RGB (Red+Green+Blue) = 174+224+108=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE06C is #511F93. Grayscale: #C4C4C4. Windows color (decimal): -5316500 or 7135406. OLE color: 7135406.
HSL color Cylindrical-coordinate representation of color #AEE06C: hue angle of 85.86º degrees, saturation: 0.65, 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 #AEE06C is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 108 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.12 |
| HSL | 85.86º | 0.65% | 0.65% | - |
| HSV(B) | 85.86º | 0.52% | 0.88% | - |
| XYZ | 46.82 | 63.39 | 23.96 | - |
| YUV | 195.83 | 78.44 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 108 | 0.22 | 0 | 0.52 | 0.12 | 85.86 | 0.65 | 0.65 |
| Hex | AE | E0 | 6C | 16 | 0 | 34 | C | 56 | 41 | 41 |
| Octal | 256 | 340 | 154 | 26 | 0 | 64 | 14 | 126 | 101 | 101 |
| Binary | 10101110 | 11100000 | 1101100 | 10110 | 0 | 110100 | 1100 | 1010110 | 1000001 | 1000001 |
Color Harmonies of #AEE06C
Complementary color
Monochromatic Colors of #AEE06C
Black with #AEE06C
Text Example
Text Example
White with #AEE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE06C; }
p { color: rgb(174,224,108); }
H1.HeaderClassName
{
color: #AEE06C;
}
.AnyTagClassName
{
color: #AEE06C;
}
</style>
background-color css
<style>
a { background-color: #AEE06C; }
a { background-color: rgb(174,224,108); }
div.DivClassName
{
background-color: #AEE06C;
}
.BgClassName
{
background-color: #AEE06C;
}
</style>
border-color css
<style>
span { border-color: #AEE06C; }
span { border-color: rgb(174,224,108); }
td.TdClassName
{
border-color: #AEE06C;
}
.TagClassName
{
border-color: #AEE06C;
}
</style>