Shades of Conifer #AED85B
Tints of Conifer #AED85B
RGB
CMYK
RGB Variations
Color information
#AED85B (or 0xAED85B) is known color: Conifer. HEX triplet: AE, D8 and 5B. RGB value is (174,216,91). Sum of RGB (Red+Green+Blue) = 174+216+91=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #AED85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED85B is #5127A4. Grayscale: #BDBDBD. Windows color (decimal): -5318565 or 6019246. OLE color: 6019246.
HSL color Cylindrical-coordinate representation of color #AED85B: hue angle of 80.16º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AED85B is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 91 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.15 |
| HSL | 80.16º | 0.62% | 0.6% | - |
| HSV(B) | 80.16º | 0.58% | 0.85% | - |
| XYZ | 43.9 | 58.87 | 18.95 | - |
| YUV | 189.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 91 | 0.19 | 0 | 0.58 | 0.15 | 80.16 | 0.62 | 0.6 |
| Hex | AE | D8 | 5B | 13 | 0 | 3A | F | 50 | 3E | 3C |
| Octal | 256 | 330 | 133 | 23 | 0 | 72 | 17 | 120 | 76 | 74 |
| Binary | 10101110 | 11011000 | 1011011 | 10011 | 0 | 111010 | 1111 | 1010000 | 111110 | 111100 |
Color Harmonies of #AED85B
Complementary color
Monochromatic Colors of #AED85B
Black with #AED85B
Text Example
Text Example
White with #AED85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED85B; }
p { color: rgb(174,216,91); }
H1.HeaderClassName
{
color: #AED85B;
}
.AnyTagClassName
{
color: #AED85B;
}
</style>
background-color css
<style>
a { background-color: #AED85B; }
a { background-color: rgb(174,216,91); }
div.DivClassName
{
background-color: #AED85B;
}
.BgClassName
{
background-color: #AED85B;
}
</style>
border-color css
<style>
span { border-color: #AED85B; }
span { border-color: rgb(174,216,91); }
td.TdClassName
{
border-color: #AED85B;
}
.TagClassName
{
border-color: #AED85B;
}
</style>