Shades of Conifer #AED745
Tints of Conifer #AED745
RGB
CMYK
RGB Variations
Color information
#AED745 (or 0xAED745) is known color: Conifer. HEX triplet: AE, D7 and 45. RGB value is (174,215,69). Sum of RGB (Red+Green+Blue) = 174+215+69=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #AED745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED745 is #5128BA. Grayscale: #BABABA. Windows color (decimal): -5318843 or 4577198. OLE color: 4577198.
HSL color Cylindrical-coordinate representation of color #AED745: hue angle of 76.85º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AED745 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 69 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.16 |
| HSL | 76.85º | 0.65% | 0.56% | - |
| HSV(B) | 76.85º | 0.68% | 0.84% | - |
| XYZ | 42.83 | 58.03 | 14.57 | - |
| YUV | 186.1 | 61.92 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 69 | 0.19 | 0 | 0.68 | 0.16 | 76.85 | 0.65 | 0.56 |
| Hex | AE | D7 | 45 | 13 | 0 | 44 | 10 | 4D | 41 | 38 |
| Octal | 256 | 327 | 105 | 23 | 0 | 104 | 20 | 115 | 101 | 70 |
| Binary | 10101110 | 11010111 | 1000101 | 10011 | 0 | 1000100 | 10000 | 1001101 | 1000001 | 111000 |
Color Harmonies of #AED745
Complementary color
Monochromatic Colors of #AED745
Black with #AED745
Text Example
Text Example
White with #AED745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED745; }
p { color: rgb(174,215,69); }
H1.HeaderClassName
{
color: #AED745;
}
.AnyTagClassName
{
color: #AED745;
}
</style>
background-color css
<style>
a { background-color: #AED745; }
a { background-color: rgb(174,215,69); }
div.DivClassName
{
background-color: #AED745;
}
.BgClassName
{
background-color: #AED745;
}
</style>
border-color css
<style>
span { border-color: #AED745; }
span { border-color: rgb(174,215,69); }
td.TdClassName
{
border-color: #AED745;
}
.TagClassName
{
border-color: #AED745;
}
</style>