Shades of Conifer #AED543
Tints of Conifer #AED543
RGB
CMYK
RGB Variations
Color information
#AED543 (or 0xAED543) is known color: Conifer. HEX triplet: AE, D5 and 43. RGB value is (174,213,67). Sum of RGB (Red+Green+Blue) = 174+213+67=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #AED543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED543 is #512ABC. Grayscale: #B9B9B9. Windows color (decimal): -5319357 or 4445614. OLE color: 4445614.
HSL color Cylindrical-coordinate representation of color #AED543: hue angle of 76.03º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AED543 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 67 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.16 |
| HSL | 76.03º | 0.63% | 0.55% | - |
| HSV(B) | 76.03º | 0.69% | 0.84% | - |
| XYZ | 42.26 | 56.99 | 14.08 | - |
| YUV | 184.7 | 61.58 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 67 | 0.18 | 0 | 0.69 | 0.16 | 76.03 | 0.63 | 0.55 |
| Hex | AE | D5 | 43 | 12 | 0 | 45 | 10 | 4C | 3F | 37 |
| Octal | 256 | 325 | 103 | 22 | 0 | 105 | 20 | 114 | 77 | 67 |
| Binary | 10101110 | 11010101 | 1000011 | 10010 | 0 | 1000101 | 10000 | 1001100 | 111111 | 110111 |
Color Harmonies of #AED543
Complementary color
Monochromatic Colors of #AED543
Black with #AED543
Text Example
Text Example
White with #AED543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED543; }
p { color: rgb(174,213,67); }
H1.HeaderClassName
{
color: #AED543;
}
.AnyTagClassName
{
color: #AED543;
}
</style>
background-color css
<style>
a { background-color: #AED543; }
a { background-color: rgb(174,213,67); }
div.DivClassName
{
background-color: #AED543;
}
.BgClassName
{
background-color: #AED543;
}
</style>
border-color css
<style>
span { border-color: #AED543; }
span { border-color: rgb(174,213,67); }
td.TdClassName
{
border-color: #AED543;
}
.TagClassName
{
border-color: #AED543;
}
</style>