Shades of Conifer #AED045
Tints of Conifer #AED045
RGB
CMYK
RGB Variations
Color information
#AED045 (or 0xAED045) is known color: Conifer. HEX triplet: AE, D0 and 45. RGB value is (174,208,69). Sum of RGB (Red+Green+Blue) = 174+208+69=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #AED045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED045 is #512FBA. Grayscale: #B6B6B6. Windows color (decimal): -5320635 or 4575406. OLE color: 4575406.
HSL color Cylindrical-coordinate representation of color #AED045: hue angle of 74.68º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AED045 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 69 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.18 |
| HSL | 74.68º | 0.6% | 0.54% | - |
| HSV(B) | 74.68º | 0.67% | 0.82% | - |
| XYZ | 41.09 | 54.54 | 13.99 | - |
| YUV | 181.99 | 64.24 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 69 | 0.16 | 0 | 0.67 | 0.18 | 74.68 | 0.6 | 0.54 |
| Hex | AE | D0 | 45 | 10 | 0 | 43 | 12 | 4B | 3C | 36 |
| Octal | 256 | 320 | 105 | 20 | 0 | 103 | 22 | 113 | 74 | 66 |
| Binary | 10101110 | 11010000 | 1000101 | 10000 | 0 | 1000011 | 10010 | 1001011 | 111100 | 110110 |
Color Harmonies of #AED045
Complementary color
Monochromatic Colors of #AED045
Black with #AED045
Text Example
Text Example
White with #AED045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED045; }
p { color: rgb(174,208,69); }
H1.HeaderClassName
{
color: #AED045;
}
.AnyTagClassName
{
color: #AED045;
}
</style>
background-color css
<style>
a { background-color: #AED045; }
a { background-color: rgb(174,208,69); }
div.DivClassName
{
background-color: #AED045;
}
.BgClassName
{
background-color: #AED045;
}
</style>
border-color css
<style>
span { border-color: #AED045; }
span { border-color: rgb(174,208,69); }
td.TdClassName
{
border-color: #AED045;
}
.TagClassName
{
border-color: #AED045;
}
</style>