Shades of Conifer #AED341
Tints of Conifer #AED341
RGB
CMYK
RGB Variations
Color information
#AED341 (or 0xAED341) is known color: Conifer. HEX triplet: AE, D3 and 41. RGB value is (174,211,65). Sum of RGB (Red+Green+Blue) = 174+211+65=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #AED341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED341 is #512CBE. Grayscale: #B7B7B7. Windows color (decimal): -5319871 or 4314030. OLE color: 4314030.
HSL color Cylindrical-coordinate representation of color #AED341: hue angle of 75.21º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AED341 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 65 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.17 |
| HSL | 75.21º | 0.62% | 0.54% | - |
| HSV(B) | 75.21º | 0.69% | 0.83% | - |
| XYZ | 41.7 | 55.97 | 13.61 | - |
| YUV | 183.29 | 61.24 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 65 | 0.18 | 0 | 0.69 | 0.17 | 75.21 | 0.62 | 0.54 |
| Hex | AE | D3 | 41 | 12 | 0 | 45 | 11 | 4B | 3E | 36 |
| Octal | 256 | 323 | 101 | 22 | 0 | 105 | 21 | 113 | 76 | 66 |
| Binary | 10101110 | 11010011 | 1000001 | 10010 | 0 | 1000101 | 10001 | 1001011 | 111110 | 110110 |
Color Harmonies of #AED341
Complementary color
Monochromatic Colors of #AED341
Black with #AED341
Text Example
Text Example
White with #AED341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED341; }
p { color: rgb(174,211,65); }
H1.HeaderClassName
{
color: #AED341;
}
.AnyTagClassName
{
color: #AED341;
}
</style>
background-color css
<style>
a { background-color: #AED341; }
a { background-color: rgb(174,211,65); }
div.DivClassName
{
background-color: #AED341;
}
.BgClassName
{
background-color: #AED341;
}
</style>
border-color css
<style>
span { border-color: #AED341; }
span { border-color: rgb(174,211,65); }
td.TdClassName
{
border-color: #AED341;
}
.TagClassName
{
border-color: #AED341;
}
</style>