Shades of Conifer #AED168
Tints of Conifer #AED168
RGB
CMYK
RGB Variations
Color information
#AED168 (or 0xAED168) is known color: Conifer. HEX triplet: AE, D1 and 68. RGB value is (174,209,104). Sum of RGB (Red+Green+Blue) = 174+209+104=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #AED168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED168 is #512E97. Grayscale: #BABABA. Windows color (decimal): -5320344 or 6869422. OLE color: 6869422.
HSL color Cylindrical-coordinate representation of color #AED168: hue angle of 80º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED168 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 104 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.18 |
| HSL | 80º | 0.53% | 0.61% | - |
| HSV(B) | 80º | 0.5% | 0.82% | - |
| XYZ | 42.75 | 55.6 | 21.57 | - |
| YUV | 186.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 104 | 0.17 | 0 | 0.50 | 0.18 | 80 | 0.53 | 0.61 |
| Hex | AE | D1 | 68 | 11 | 0 | 32 | 12 | 50 | 35 | 3D |
| Octal | 256 | 321 | 150 | 21 | 0 | 62 | 22 | 120 | 65 | 75 |
| Binary | 10101110 | 11010001 | 1101000 | 10001 | 0 | 110010 | 10010 | 1010000 | 110101 | 111101 |
Color Harmonies of #AED168
Complementary color
Monochromatic Colors of #AED168
Black with #AED168
Text Example
Text Example
White with #AED168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED168; }
p { color: rgb(174,209,104); }
H1.HeaderClassName
{
color: #AED168;
}
.AnyTagClassName
{
color: #AED168;
}
</style>
background-color css
<style>
a { background-color: #AED168; }
a { background-color: rgb(174,209,104); }
div.DivClassName
{
background-color: #AED168;
}
.BgClassName
{
background-color: #AED168;
}
</style>
border-color css
<style>
span { border-color: #AED168; }
span { border-color: rgb(174,209,104); }
td.TdClassName
{
border-color: #AED168;
}
.TagClassName
{
border-color: #AED168;
}
</style>