Shades of Conifer #AED150
Tints of Conifer #AED150
RGB
CMYK
RGB Variations
Color information
#AED150 (or 0xAED150) is known color: Conifer. HEX triplet: AE, D1 and 50. RGB value is (174,209,80). Sum of RGB (Red+Green+Blue) = 174+209+80=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #AED150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED150 is #512EAF. Grayscale: #B8B8B8. Windows color (decimal): -5320368 or 5296558. OLE color: 5296558.
HSL color Cylindrical-coordinate representation of color #AED150: hue angle of 76.28º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AED150 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 80 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.18 |
| HSL | 76.28º | 0.58% | 0.57% | - |
| HSV(B) | 76.28º | 0.62% | 0.82% | - |
| XYZ | 41.7 | 55.18 | 16.04 | - |
| YUV | 183.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 80 | 0.17 | 0 | 0.62 | 0.18 | 76.28 | 0.58 | 0.57 |
| Hex | AE | D1 | 50 | 11 | 0 | 3E | 12 | 4C | 3A | 39 |
| Octal | 256 | 321 | 120 | 21 | 0 | 76 | 22 | 114 | 72 | 71 |
| Binary | 10101110 | 11010001 | 1010000 | 10001 | 0 | 111110 | 10010 | 1001100 | 111010 | 111001 |
Color Harmonies of #AED150
Complementary color
Monochromatic Colors of #AED150
Black with #AED150
Text Example
Text Example
White with #AED150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED150; }
p { color: rgb(174,209,80); }
H1.HeaderClassName
{
color: #AED150;
}
.AnyTagClassName
{
color: #AED150;
}
</style>
background-color css
<style>
a { background-color: #AED150; }
a { background-color: rgb(174,209,80); }
div.DivClassName
{
background-color: #AED150;
}
.BgClassName
{
background-color: #AED150;
}
</style>
border-color css
<style>
span { border-color: #AED150; }
span { border-color: rgb(174,209,80); }
td.TdClassName
{
border-color: #AED150;
}
.TagClassName
{
border-color: #AED150;
}
</style>