Shades of Conifer #AED25B
Tints of Conifer #AED25B
RGB
CMYK
RGB Variations
Color information
#AED25B (or 0xAED25B) is known color: Conifer. HEX triplet: AE, D2 and 5B. RGB value is (174,210,91). Sum of RGB (Red+Green+Blue) = 174+210+91=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #AED25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED25B is #512DA4. Grayscale: #BABABA. Windows color (decimal): -5320101 or 6017710. OLE color: 6017710.
HSL color Cylindrical-coordinate representation of color #AED25B: hue angle of 78.15º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AED25B is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 91 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.18 |
| HSL | 78.15º | 0.57% | 0.59% | - |
| HSV(B) | 78.15º | 0.57% | 0.82% | - |
| XYZ | 42.39 | 55.85 | 18.44 | - |
| YUV | 185.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 91 | 0.17 | 0 | 0.57 | 0.18 | 78.15 | 0.57 | 0.59 |
| Hex | AE | D2 | 5B | 11 | 0 | 39 | 12 | 4E | 39 | 3B |
| Octal | 256 | 322 | 133 | 21 | 0 | 71 | 22 | 116 | 71 | 73 |
| Binary | 10101110 | 11010010 | 1011011 | 10001 | 0 | 111001 | 10010 | 1001110 | 111001 | 111011 |
Color Harmonies of #AED25B
Complementary color
Monochromatic Colors of #AED25B
Black with #AED25B
Text Example
Text Example
White with #AED25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED25B; }
p { color: rgb(174,210,91); }
H1.HeaderClassName
{
color: #AED25B;
}
.AnyTagClassName
{
color: #AED25B;
}
</style>
background-color css
<style>
a { background-color: #AED25B; }
a { background-color: rgb(174,210,91); }
div.DivClassName
{
background-color: #AED25B;
}
.BgClassName
{
background-color: #AED25B;
}
</style>
border-color css
<style>
span { border-color: #AED25B; }
span { border-color: rgb(174,210,91); }
td.TdClassName
{
border-color: #AED25B;
}
.TagClassName
{
border-color: #AED25B;
}
</style>