Shades of Conifer #AED84F
Tints of Conifer #AED84F
RGB
CMYK
RGB Variations
Color information
#AED84F (or 0xAED84F) is known color: Conifer. HEX triplet: AE, D8 and 4F. RGB value is (174,216,79). Sum of RGB (Red+Green+Blue) = 174+216+79=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #AED84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED84F is #5127B0. Grayscale: #BCBCBC. Windows color (decimal): -5318577 or 5232814. OLE color: 5232814.
HSL color Cylindrical-coordinate representation of color #AED84F: hue angle of 78.39º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AED84F is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 79 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.15 |
| HSL | 78.39º | 0.64% | 0.58% | - |
| HSV(B) | 78.39º | 0.63% | 0.85% | - |
| XYZ | 43.42 | 58.67 | 16.43 | - |
| YUV | 187.82 | 66.59 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 79 | 0.19 | 0 | 0.63 | 0.15 | 78.39 | 0.64 | 0.58 |
| Hex | AE | D8 | 4F | 13 | 0 | 3F | F | 4E | 40 | 3A |
| Octal | 256 | 330 | 117 | 23 | 0 | 77 | 17 | 116 | 100 | 72 |
| Binary | 10101110 | 11011000 | 1001111 | 10011 | 0 | 111111 | 1111 | 1001110 | 1000000 | 111010 |
Color Harmonies of #AED84F
Complementary color
Monochromatic Colors of #AED84F
Black with #AED84F
Text Example
Text Example
White with #AED84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED84F; }
p { color: rgb(174,216,79); }
H1.HeaderClassName
{
color: #AED84F;
}
.AnyTagClassName
{
color: #AED84F;
}
</style>
background-color css
<style>
a { background-color: #AED84F; }
a { background-color: rgb(174,216,79); }
div.DivClassName
{
background-color: #AED84F;
}
.BgClassName
{
background-color: #AED84F;
}
</style>
border-color css
<style>
span { border-color: #AED84F; }
span { border-color: rgb(174,216,79); }
td.TdClassName
{
border-color: #AED84F;
}
.TagClassName
{
border-color: #AED84F;
}
</style>