Shades of Conifer #AEDA69
Tints of Conifer #AEDA69
RGB
CMYK
RGB Variations
Color information
#AEDA69 (or 0xAEDA69) is known color: Conifer. HEX triplet: AE, DA and 69. RGB value is (174,218,105). Sum of RGB (Red+Green+Blue) = 174+218+105=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA69 is #512596. Grayscale: #C0C0C0. Windows color (decimal): -5318039 or 6937262. OLE color: 6937262.
HSL color Cylindrical-coordinate representation of color #AEDA69: hue angle of 83.36º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEDA69 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 105 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.15 |
| HSL | 83.36º | 0.6% | 0.63% | - |
| HSV(B) | 83.36º | 0.52% | 0.85% | - |
| XYZ | 45.08 | 60.16 | 22.6 | - |
| YUV | 191.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 105 | 0.20 | 0 | 0.52 | 0.15 | 83.36 | 0.6 | 0.63 |
| Hex | AE | DA | 69 | 14 | 0 | 34 | F | 53 | 3C | 3F |
| Octal | 256 | 332 | 151 | 24 | 0 | 64 | 17 | 123 | 74 | 77 |
| Binary | 10101110 | 11011010 | 1101001 | 10100 | 0 | 110100 | 1111 | 1010011 | 111100 | 111111 |
Color Harmonies of #AEDA69
Complementary color
Monochromatic Colors of #AEDA69
Black with #AEDA69
Text Example
Text Example
White with #AEDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA69; }
p { color: rgb(174,218,105); }
H1.HeaderClassName
{
color: #AEDA69;
}
.AnyTagClassName
{
color: #AEDA69;
}
</style>
background-color css
<style>
a { background-color: #AEDA69; }
a { background-color: rgb(174,218,105); }
div.DivClassName
{
background-color: #AEDA69;
}
.BgClassName
{
background-color: #AEDA69;
}
</style>
border-color css
<style>
span { border-color: #AEDA69; }
span { border-color: rgb(174,218,105); }
td.TdClassName
{
border-color: #AEDA69;
}
.TagClassName
{
border-color: #AEDA69;
}
</style>