Shades of Conifer #AED541
Tints of Conifer #AED541
RGB
CMYK
RGB Variations
Color information
#AED541 (or 0xAED541) is known color: Conifer. HEX triplet: AE, D5 and 41. RGB value is (174,213,65). Sum of RGB (Red+Green+Blue) = 174+213+65=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #AED541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED541 is #512ABE. Grayscale: #B9B9B9. Windows color (decimal): -5319359 or 4314542. OLE color: 4314542.
HSL color Cylindrical-coordinate representation of color #AED541: hue angle of 75.81º degrees, saturation: 0.64, 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 #AED541 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 65 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.16 |
| HSL | 75.81º | 0.64% | 0.55% | - |
| HSV(B) | 75.81º | 0.69% | 0.84% | - |
| XYZ | 42.2 | 56.97 | 13.77 | - |
| YUV | 184.47 | 60.58 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 65 | 0.18 | 0 | 0.69 | 0.16 | 75.81 | 0.64 | 0.55 |
| Hex | AE | D5 | 41 | 12 | 0 | 45 | 10 | 4C | 40 | 37 |
| Octal | 256 | 325 | 101 | 22 | 0 | 105 | 20 | 114 | 100 | 67 |
| Binary | 10101110 | 11010101 | 1000001 | 10010 | 0 | 1000101 | 10000 | 1001100 | 1000000 | 110111 |
Color Harmonies of #AED541
Complementary color
Monochromatic Colors of #AED541
Black with #AED541
Text Example
Text Example
White with #AED541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED541; }
p { color: rgb(174,213,65); }
H1.HeaderClassName
{
color: #AED541;
}
.AnyTagClassName
{
color: #AED541;
}
</style>
background-color css
<style>
a { background-color: #AED541; }
a { background-color: rgb(174,213,65); }
div.DivClassName
{
background-color: #AED541;
}
.BgClassName
{
background-color: #AED541;
}
</style>
border-color css
<style>
span { border-color: #AED541; }
span { border-color: rgb(174,213,65); }
td.TdClassName
{
border-color: #AED541;
}
.TagClassName
{
border-color: #AED541;
}
</style>