Shades of Conifer #AED55A
Tints of Conifer #AED55A
RGB
CMYK
RGB Variations
Color information
#AED55A (or 0xAED55A) is known color: Conifer. HEX triplet: AE, D5 and 5A. RGB value is (174,213,90). Sum of RGB (Red+Green+Blue) = 174+213+90=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #AED55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED55A is #512AA5. Grayscale: #BBBBBB. Windows color (decimal): -5319334 or 5952942. OLE color: 5952942.
HSL color Cylindrical-coordinate representation of color #AED55A: hue angle of 79.02º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AED55A is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 90 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.16 |
| HSL | 79.02º | 0.59% | 0.59% | - |
| HSV(B) | 79.02º | 0.58% | 0.84% | - |
| XYZ | 43.1 | 57.33 | 18.47 | - |
| YUV | 187.32 | 73.08 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 90 | 0.18 | 0 | 0.58 | 0.16 | 79.02 | 0.59 | 0.59 |
| Hex | AE | D5 | 5A | 12 | 0 | 3A | 10 | 4F | 3B | 3B |
| Octal | 256 | 325 | 132 | 22 | 0 | 72 | 20 | 117 | 73 | 73 |
| Binary | 10101110 | 11010101 | 1011010 | 10010 | 0 | 111010 | 10000 | 1001111 | 111011 | 111011 |
Color Harmonies of #AED55A
Complementary color
Monochromatic Colors of #AED55A
Black with #AED55A
Text Example
Text Example
White with #AED55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED55A; }
p { color: rgb(174,213,90); }
H1.HeaderClassName
{
color: #AED55A;
}
.AnyTagClassName
{
color: #AED55A;
}
</style>
background-color css
<style>
a { background-color: #AED55A; }
a { background-color: rgb(174,213,90); }
div.DivClassName
{
background-color: #AED55A;
}
.BgClassName
{
background-color: #AED55A;
}
</style>
border-color css
<style>
span { border-color: #AED55A; }
span { border-color: rgb(174,213,90); }
td.TdClassName
{
border-color: #AED55A;
}
.TagClassName
{
border-color: #AED55A;
}
</style>