Shades of Conifer #AED55F
Tints of Conifer #AED55F
RGB
CMYK
RGB Variations
Color information
#AED55F (or 0xAED55F) is known color: Conifer. HEX triplet: AE, D5 and 5F. RGB value is (174,213,95). Sum of RGB (Red+Green+Blue) = 174+213+95=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #AED55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED55F is #512AA0. Grayscale: #BCBCBC. Windows color (decimal): -5319329 or 6280622. OLE color: 6280622.
HSL color Cylindrical-coordinate representation of color #AED55F: hue angle of 79.83º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AED55F is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 95 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.16 |
| HSL | 79.83º | 0.58% | 0.6% | - |
| HSV(B) | 79.83º | 0.55% | 0.84% | - |
| XYZ | 43.32 | 57.41 | 19.63 | - |
| YUV | 187.89 | 75.58 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 95 | 0.18 | 0 | 0.55 | 0.16 | 79.83 | 0.58 | 0.6 |
| Hex | AE | D5 | 5F | 12 | 0 | 37 | 10 | 50 | 3A | 3C |
| Octal | 256 | 325 | 137 | 22 | 0 | 67 | 20 | 120 | 72 | 74 |
| Binary | 10101110 | 11010101 | 1011111 | 10010 | 0 | 110111 | 10000 | 1010000 | 111010 | 111100 |
Color Harmonies of #AED55F
Complementary color
Monochromatic Colors of #AED55F
Black with #AED55F
Text Example
Text Example
White with #AED55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED55F; }
p { color: rgb(174,213,95); }
H1.HeaderClassName
{
color: #AED55F;
}
.AnyTagClassName
{
color: #AED55F;
}
</style>
background-color css
<style>
a { background-color: #AED55F; }
a { background-color: rgb(174,213,95); }
div.DivClassName
{
background-color: #AED55F;
}
.BgClassName
{
background-color: #AED55F;
}
</style>
border-color css
<style>
span { border-color: #AED55F; }
span { border-color: rgb(174,213,95); }
td.TdClassName
{
border-color: #AED55F;
}
.TagClassName
{
border-color: #AED55F;
}
</style>