Shades of Conifer #AED351
Tints of Conifer #AED351
RGB
CMYK
RGB Variations
Color information
#AED351 (or 0xAED351) is known color: Conifer. HEX triplet: AE, D3 and 51. RGB value is (174,211,81). Sum of RGB (Red+Green+Blue) = 174+211+81=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 211 - color contains mainly: green. Hex color #AED351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED351 is #512CAE. Grayscale: #B9B9B9. Windows color (decimal): -5319855 or 5362606. OLE color: 5362606.
HSL color Cylindrical-coordinate representation of color #AED351: hue angle of 77.08º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AED351 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 81 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.17 |
| HSL | 77.08º | 0.6% | 0.57% | - |
| HSV(B) | 77.08º | 0.62% | 0.83% | - |
| XYZ | 42.24 | 56.18 | 16.4 | - |
| YUV | 185.12 | 69.24 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 81 | 0.18 | 0 | 0.62 | 0.17 | 77.08 | 0.6 | 0.57 |
| Hex | AE | D3 | 51 | 12 | 0 | 3E | 11 | 4D | 3C | 39 |
| Octal | 256 | 323 | 121 | 22 | 0 | 76 | 21 | 115 | 74 | 71 |
| Binary | 10101110 | 11010011 | 1010001 | 10010 | 0 | 111110 | 10001 | 1001101 | 111100 | 111001 |
Color Harmonies of #AED351
Complementary color
Monochromatic Colors of #AED351
Black with #AED351
Text Example
Text Example
White with #AED351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED351; }
p { color: rgb(174,211,81); }
H1.HeaderClassName
{
color: #AED351;
}
.AnyTagClassName
{
color: #AED351;
}
</style>
background-color css
<style>
a { background-color: #AED351; }
a { background-color: rgb(174,211,81); }
div.DivClassName
{
background-color: #AED351;
}
.BgClassName
{
background-color: #AED351;
}
</style>
border-color css
<style>
span { border-color: #AED351; }
span { border-color: rgb(174,211,81); }
td.TdClassName
{
border-color: #AED351;
}
.TagClassName
{
border-color: #AED351;
}
</style>