Shades of Conifer #AED15D
Tints of Conifer #AED15D
RGB
CMYK
RGB Variations
Color information
#AED15D (or 0xAED15D) is known color: Conifer. HEX triplet: AE, D1 and 5D. RGB value is (174,209,93). Sum of RGB (Red+Green+Blue) = 174+209+93=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #AED15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED15D is #512EA2. Grayscale: #B9B9B9. Windows color (decimal): -5320355 or 6148526. OLE color: 6148526.
HSL color Cylindrical-coordinate representation of color #AED15D: hue angle of 78.1º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AED15D is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 93 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.18 |
| HSL | 78.1º | 0.56% | 0.59% | - |
| HSV(B) | 78.1º | 0.56% | 0.82% | - |
| XYZ | 42.23 | 55.39 | 18.82 | - |
| YUV | 185.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 93 | 0.17 | 0 | 0.56 | 0.18 | 78.1 | 0.56 | 0.59 |
| Hex | AE | D1 | 5D | 11 | 0 | 38 | 12 | 4E | 38 | 3B |
| Octal | 256 | 321 | 135 | 21 | 0 | 70 | 22 | 116 | 70 | 73 |
| Binary | 10101110 | 11010001 | 1011101 | 10001 | 0 | 111000 | 10010 | 1001110 | 111000 | 111011 |
Color Harmonies of #AED15D
Complementary color
Monochromatic Colors of #AED15D
Black with #AED15D
Text Example
Text Example
White with #AED15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED15D; }
p { color: rgb(174,209,93); }
H1.HeaderClassName
{
color: #AED15D;
}
.AnyTagClassName
{
color: #AED15D;
}
</style>
background-color css
<style>
a { background-color: #AED15D; }
a { background-color: rgb(174,209,93); }
div.DivClassName
{
background-color: #AED15D;
}
.BgClassName
{
background-color: #AED15D;
}
</style>
border-color css
<style>
span { border-color: #AED15D; }
span { border-color: rgb(174,209,93); }
td.TdClassName
{
border-color: #AED15D;
}
.TagClassName
{
border-color: #AED15D;
}
</style>