Shades of Conifer #AED247
Tints of Conifer #AED247
RGB
CMYK
RGB Variations
Color information
#AED247 (or 0xAED247) is known color: Conifer. HEX triplet: AE, D2 and 47. RGB value is (174,210,71). Sum of RGB (Red+Green+Blue) = 174+210+71=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #AED247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED247 is #512DB8. Grayscale: #B7B7B7. Windows color (decimal): -5320121 or 4706990. OLE color: 4706990.
HSL color Cylindrical-coordinate representation of color #AED247: hue angle of 75.54º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AED247 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 71 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.18 |
| HSL | 75.54º | 0.61% | 0.55% | - |
| HSV(B) | 75.54º | 0.66% | 0.82% | - |
| XYZ | 41.64 | 55.55 | 14.49 | - |
| YUV | 183.39 | 64.57 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 71 | 0.17 | 0 | 0.66 | 0.18 | 75.54 | 0.61 | 0.55 |
| Hex | AE | D2 | 47 | 11 | 0 | 42 | 12 | 4C | 3D | 37 |
| Octal | 256 | 322 | 107 | 21 | 0 | 102 | 22 | 114 | 75 | 67 |
| Binary | 10101110 | 11010010 | 1000111 | 10001 | 0 | 1000010 | 10010 | 1001100 | 111101 | 110111 |
Color Harmonies of #AED247
Complementary color
Monochromatic Colors of #AED247
Black with #AED247
Text Example
Text Example
White with #AED247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED247; }
p { color: rgb(174,210,71); }
H1.HeaderClassName
{
color: #AED247;
}
.AnyTagClassName
{
color: #AED247;
}
</style>
background-color css
<style>
a { background-color: #AED247; }
a { background-color: rgb(174,210,71); }
div.DivClassName
{
background-color: #AED247;
}
.BgClassName
{
background-color: #AED247;
}
</style>
border-color css
<style>
span { border-color: #AED247; }
span { border-color: rgb(174,210,71); }
td.TdClassName
{
border-color: #AED247;
}
.TagClassName
{
border-color: #AED247;
}
</style>