Shades of Conifer #AEE16B
Tints of Conifer #AEE16B
RGB
CMYK
RGB Variations
Color information
#AEE16B (or 0xAEE16B) is known color: Conifer. HEX triplet: AE, E1 and 6B. RGB value is (174,225,107). Sum of RGB (Red+Green+Blue) = 174+225+107=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE16B is #511E94. Grayscale: #C4C4C4. Windows color (decimal): -5316245 or 7070126. OLE color: 7070126.
HSL color Cylindrical-coordinate representation of color #AEE16B: hue angle of 85.93º 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 #AEE16B is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 107 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.12 |
| HSL | 85.93º | 0.66% | 0.65% | - |
| HSV(B) | 85.93º | 0.52% | 0.88% | - |
| XYZ | 47.03 | 63.91 | 23.77 | - |
| YUV | 196.3 | 77.6 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 107 | 0.23 | 0 | 0.52 | 0.12 | 85.93 | 0.66 | 0.65 |
| Hex | AE | E1 | 6B | 17 | 0 | 34 | C | 56 | 42 | 41 |
| Octal | 256 | 341 | 153 | 27 | 0 | 64 | 14 | 126 | 102 | 101 |
| Binary | 10101110 | 11100001 | 1101011 | 10111 | 0 | 110100 | 1100 | 1010110 | 1000010 | 1000001 |
Color Harmonies of #AEE16B
Complementary color
Monochromatic Colors of #AEE16B
Black with #AEE16B
Text Example
Text Example
White with #AEE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE16B; }
p { color: rgb(174,225,107); }
H1.HeaderClassName
{
color: #AEE16B;
}
.AnyTagClassName
{
color: #AEE16B;
}
</style>
background-color css
<style>
a { background-color: #AEE16B; }
a { background-color: rgb(174,225,107); }
div.DivClassName
{
background-color: #AEE16B;
}
.BgClassName
{
background-color: #AEE16B;
}
</style>
border-color css
<style>
span { border-color: #AEE16B; }
span { border-color: rgb(174,225,107); }
td.TdClassName
{
border-color: #AEE16B;
}
.TagClassName
{
border-color: #AEE16B;
}
</style>