Shades of Conifer #AED85D
Tints of Conifer #AED85D
RGB
CMYK
RGB Variations
Color information
#AED85D (or 0xAED85D) is known color: Conifer. HEX triplet: AE, D8 and 5D. RGB value is (174,216,93). Sum of RGB (Red+Green+Blue) = 174+216+93=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #AED85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED85D is #5127A2. Grayscale: #BDBDBD. Windows color (decimal): -5318563 or 6150318. OLE color: 6150318.
HSL color Cylindrical-coordinate representation of color #AED85D: hue angle of 80.49º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AED85D is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 93 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.15 |
| HSL | 80.49º | 0.61% | 0.61% | - |
| HSV(B) | 80.49º | 0.57% | 0.85% | - |
| XYZ | 43.99 | 58.9 | 19.41 | - |
| YUV | 189.42 | 73.59 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 93 | 0.19 | 0 | 0.57 | 0.15 | 80.49 | 0.61 | 0.61 |
| Hex | AE | D8 | 5D | 13 | 0 | 39 | F | 50 | 3D | 3D |
| Octal | 256 | 330 | 135 | 23 | 0 | 71 | 17 | 120 | 75 | 75 |
| Binary | 10101110 | 11011000 | 1011101 | 10011 | 0 | 111001 | 1111 | 1010000 | 111101 | 111101 |
Color Harmonies of #AED85D
Complementary color
Monochromatic Colors of #AED85D
Black with #AED85D
Text Example
Text Example
White with #AED85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED85D; }
p { color: rgb(174,216,93); }
H1.HeaderClassName
{
color: #AED85D;
}
.AnyTagClassName
{
color: #AED85D;
}
</style>
background-color css
<style>
a { background-color: #AED85D; }
a { background-color: rgb(174,216,93); }
div.DivClassName
{
background-color: #AED85D;
}
.BgClassName
{
background-color: #AED85D;
}
</style>
border-color css
<style>
span { border-color: #AED85D; }
span { border-color: rgb(174,216,93); }
td.TdClassName
{
border-color: #AED85D;
}
.TagClassName
{
border-color: #AED85D;
}
</style>