Shades of Conifer #AED155
Tints of Conifer #AED155
RGB
CMYK
RGB Variations
Color information
#AED155 (or 0xAED155) is known color: Conifer. HEX triplet: AE, D1 and 55. RGB value is (174,209,85). Sum of RGB (Red+Green+Blue) = 174+209+85=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #AED155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED155 is #512EAA. Grayscale: #B8B8B8. Windows color (decimal): -5320363 or 5624238. OLE color: 5624238.
HSL color Cylindrical-coordinate representation of color #AED155: hue angle of 76.94º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AED155 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 85 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.18 |
| HSL | 76.94º | 0.57% | 0.58% | - |
| HSV(B) | 76.94º | 0.59% | 0.82% | - |
| XYZ | 41.9 | 55.26 | 17.05 | - |
| YUV | 184.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 85 | 0.17 | 0 | 0.59 | 0.18 | 76.94 | 0.57 | 0.58 |
| Hex | AE | D1 | 55 | 11 | 0 | 3B | 12 | 4D | 39 | 3A |
| Octal | 256 | 321 | 125 | 21 | 0 | 73 | 22 | 115 | 71 | 72 |
| Binary | 10101110 | 11010001 | 1010101 | 10001 | 0 | 111011 | 10010 | 1001101 | 111001 | 111010 |
Color Harmonies of #AED155
Complementary color
Monochromatic Colors of #AED155
Black with #AED155
Text Example
Text Example
White with #AED155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED155; }
p { color: rgb(174,209,85); }
H1.HeaderClassName
{
color: #AED155;
}
.AnyTagClassName
{
color: #AED155;
}
</style>
background-color css
<style>
a { background-color: #AED155; }
a { background-color: rgb(174,209,85); }
div.DivClassName
{
background-color: #AED155;
}
.BgClassName
{
background-color: #AED155;
}
</style>
border-color css
<style>
span { border-color: #AED155; }
span { border-color: rgb(174,209,85); }
td.TdClassName
{
border-color: #AED155;
}
.TagClassName
{
border-color: #AED155;
}
</style>