Shades of Conifer #AEDB66
Tints of Conifer #AEDB66
RGB
CMYK
RGB Variations
Color information
#AEDB66 (or 0xAEDB66) is known color: Conifer. HEX triplet: AE, DB and 66. RGB value is (174,219,102). Sum of RGB (Red+Green+Blue) = 174+219+102=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB66 is #512499. Grayscale: #C0C0C0. Windows color (decimal): -5317786 or 6740910. OLE color: 6740910.
HSL color Cylindrical-coordinate representation of color #AEDB66: hue angle of 83.08º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEDB66 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 102 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.14 |
| HSL | 83.08º | 0.62% | 0.63% | - |
| HSV(B) | 83.08º | 0.53% | 0.86% | - |
| XYZ | 45.19 | 60.62 | 21.89 | - |
| YUV | 192.21 | 77.09 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 102 | 0.21 | 0 | 0.53 | 0.14 | 83.08 | 0.62 | 0.63 |
| Hex | AE | DB | 66 | 15 | 0 | 35 | E | 53 | 3E | 3F |
| Octal | 256 | 333 | 146 | 25 | 0 | 65 | 16 | 123 | 76 | 77 |
| Binary | 10101110 | 11011011 | 1100110 | 10101 | 0 | 110101 | 1110 | 1010011 | 111110 | 111111 |
Color Harmonies of #AEDB66
Complementary color
Monochromatic Colors of #AEDB66
Black with #AEDB66
Text Example
Text Example
White with #AEDB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB66; }
p { color: rgb(174,219,102); }
H1.HeaderClassName
{
color: #AEDB66;
}
.AnyTagClassName
{
color: #AEDB66;
}
</style>
background-color css
<style>
a { background-color: #AEDB66; }
a { background-color: rgb(174,219,102); }
div.DivClassName
{
background-color: #AEDB66;
}
.BgClassName
{
background-color: #AEDB66;
}
</style>
border-color css
<style>
span { border-color: #AEDB66; }
span { border-color: rgb(174,219,102); }
td.TdClassName
{
border-color: #AEDB66;
}
.TagClassName
{
border-color: #AEDB66;
}
</style>