Shades of Conifer #AED64F
Tints of Conifer #AED64F
RGB
CMYK
RGB Variations
Color information
#AED64F (or 0xAED64F) is known color: Conifer. HEX triplet: AE, D6 and 4F. RGB value is (174,214,79). Sum of RGB (Red+Green+Blue) = 174+214+79=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #AED64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED64F is #5129B0. Grayscale: #BBBBBB. Windows color (decimal): -5319089 or 5232302. OLE color: 5232302.
HSL color Cylindrical-coordinate representation of color #AED64F: hue angle of 77.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AED64F is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 79 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.16 |
| HSL | 77.78º | 0.62% | 0.57% | - |
| HSV(B) | 77.78º | 0.63% | 0.84% | - |
| XYZ | 42.91 | 57.66 | 16.26 | - |
| YUV | 186.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 79 | 0.19 | 0 | 0.63 | 0.16 | 77.78 | 0.62 | 0.57 |
| Hex | AE | D6 | 4F | 13 | 0 | 3F | 10 | 4E | 3E | 39 |
| Octal | 256 | 326 | 117 | 23 | 0 | 77 | 20 | 116 | 76 | 71 |
| Binary | 10101110 | 11010110 | 1001111 | 10011 | 0 | 111111 | 10000 | 1001110 | 111110 | 111001 |
Color Harmonies of #AED64F
Complementary color
Monochromatic Colors of #AED64F
Black with #AED64F
Text Example
Text Example
White with #AED64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED64F; }
p { color: rgb(174,214,79); }
H1.HeaderClassName
{
color: #AED64F;
}
.AnyTagClassName
{
color: #AED64F;
}
</style>
background-color css
<style>
a { background-color: #AED64F; }
a { background-color: rgb(174,214,79); }
div.DivClassName
{
background-color: #AED64F;
}
.BgClassName
{
background-color: #AED64F;
}
</style>
border-color css
<style>
span { border-color: #AED64F; }
span { border-color: rgb(174,214,79); }
td.TdClassName
{
border-color: #AED64F;
}
.TagClassName
{
border-color: #AED64F;
}
</style>