Shades of Conifer #AED669
Tints of Conifer #AED669
RGB
CMYK
RGB Variations
Color information
#AED669 (or 0xAED669) is known color: Conifer. HEX triplet: AE, D6 and 69. RGB value is (174,214,105). Sum of RGB (Red+Green+Blue) = 174+214+105=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #AED669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED669 is #512996. Grayscale: #BEBEBE. Windows color (decimal): -5319063 or 6936238. OLE color: 6936238.
HSL color Cylindrical-coordinate representation of color #AED669: hue angle of 82.02º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AED669 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 105 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.16 |
| HSL | 82.02º | 0.57% | 0.63% | - |
| HSV(B) | 82.02º | 0.51% | 0.84% | - |
| XYZ | 44.05 | 58.11 | 22.26 | - |
| YUV | 189.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 105 | 0.19 | 0 | 0.51 | 0.16 | 82.02 | 0.57 | 0.63 |
| Hex | AE | D6 | 69 | 13 | 0 | 33 | 10 | 52 | 39 | 3F |
| Octal | 256 | 326 | 151 | 23 | 0 | 63 | 20 | 122 | 71 | 77 |
| Binary | 10101110 | 11010110 | 1101001 | 10011 | 0 | 110011 | 10000 | 1010010 | 111001 | 111111 |
Color Harmonies of #AED669
Complementary color
Monochromatic Colors of #AED669
Black with #AED669
Text Example
Text Example
White with #AED669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED669; }
p { color: rgb(174,214,105); }
H1.HeaderClassName
{
color: #AED669;
}
.AnyTagClassName
{
color: #AED669;
}
</style>
background-color css
<style>
a { background-color: #AED669; }
a { background-color: rgb(174,214,105); }
div.DivClassName
{
background-color: #AED669;
}
.BgClassName
{
background-color: #AED669;
}
</style>
border-color css
<style>
span { border-color: #AED669; }
span { border-color: rgb(174,214,105); }
td.TdClassName
{
border-color: #AED669;
}
.TagClassName
{
border-color: #AED669;
}
</style>