Shades of Conifer #AED043
Tints of Conifer #AED043
RGB
CMYK
RGB Variations
Color information
#AED043 (or 0xAED043) is known color: Conifer. HEX triplet: AE, D0 and 43. RGB value is (174,208,67). Sum of RGB (Red+Green+Blue) = 174+208+67=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #AED043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED043 is #512FBC. Grayscale: #B6B6B6. Windows color (decimal): -5320637 or 4444334. OLE color: 4444334.
HSL color Cylindrical-coordinate representation of color #AED043: hue angle of 74.47º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AED043 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 67 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.18 |
| HSL | 74.47º | 0.6% | 0.54% | - |
| HSV(B) | 74.47º | 0.68% | 0.82% | - |
| XYZ | 41.02 | 54.52 | 13.67 | - |
| YUV | 181.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 67 | 0.16 | 0 | 0.68 | 0.18 | 74.47 | 0.6 | 0.54 |
| Hex | AE | D0 | 43 | 10 | 0 | 44 | 12 | 4A | 3C | 36 |
| Octal | 256 | 320 | 103 | 20 | 0 | 104 | 22 | 112 | 74 | 66 |
| Binary | 10101110 | 11010000 | 1000011 | 10000 | 0 | 1000100 | 10010 | 1001010 | 111100 | 110110 |
Color Harmonies of #AED043
Complementary color
Monochromatic Colors of #AED043
Black with #AED043
Text Example
Text Example
White with #AED043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED043; }
p { color: rgb(174,208,67); }
H1.HeaderClassName
{
color: #AED043;
}
.AnyTagClassName
{
color: #AED043;
}
</style>
background-color css
<style>
a { background-color: #AED043; }
a { background-color: rgb(174,208,67); }
div.DivClassName
{
background-color: #AED043;
}
.BgClassName
{
background-color: #AED043;
}
</style>
border-color css
<style>
span { border-color: #AED043; }
span { border-color: rgb(174,208,67); }
td.TdClassName
{
border-color: #AED043;
}
.TagClassName
{
border-color: #AED043;
}
</style>