Shades of Conifer #AED051
Tints of Conifer #AED051
RGB
CMYK
RGB Variations
Color information
#AED051 (or 0xAED051) is known color: Conifer. HEX triplet: AE, D0 and 51. RGB value is (174,208,81). Sum of RGB (Red+Green+Blue) = 174+208+81=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #AED051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED051 is #512FAE. Grayscale: #B7B7B7. Windows color (decimal): -5320623 or 5361838. OLE color: 5361838.
HSL color Cylindrical-coordinate representation of color #AED051: hue angle of 76.06º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AED051 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 81 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.18 |
| HSL | 76.06º | 0.57% | 0.57% | - |
| HSV(B) | 76.06º | 0.61% | 0.82% | - |
| XYZ | 41.5 | 54.7 | 16.16 | - |
| YUV | 183.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 81 | 0.16 | 0 | 0.61 | 0.18 | 76.06 | 0.57 | 0.57 |
| Hex | AE | D0 | 51 | 10 | 0 | 3D | 12 | 4C | 39 | 39 |
| Octal | 256 | 320 | 121 | 20 | 0 | 75 | 22 | 114 | 71 | 71 |
| Binary | 10101110 | 11010000 | 1010001 | 10000 | 0 | 111101 | 10010 | 1001100 | 111001 | 111001 |
Color Harmonies of #AED051
Complementary color
Monochromatic Colors of #AED051
Black with #AED051
Text Example
Text Example
White with #AED051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED051; }
p { color: rgb(174,208,81); }
H1.HeaderClassName
{
color: #AED051;
}
.AnyTagClassName
{
color: #AED051;
}
</style>
background-color css
<style>
a { background-color: #AED051; }
a { background-color: rgb(174,208,81); }
div.DivClassName
{
background-color: #AED051;
}
.BgClassName
{
background-color: #AED051;
}
</style>
border-color css
<style>
span { border-color: #AED051; }
span { border-color: rgb(174,208,81); }
td.TdClassName
{
border-color: #AED051;
}
.TagClassName
{
border-color: #AED051;
}
</style>