Shades of Conifer #AED55C
Tints of Conifer #AED55C
RGB
CMYK
RGB Variations
Color information
#AED55C (or 0xAED55C) is known color: Conifer. HEX triplet: AE, D5 and 5C. RGB value is (174,213,92). Sum of RGB (Red+Green+Blue) = 174+213+92=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #AED55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED55C is #512AA3. Grayscale: #BBBBBB. Windows color (decimal): -5319332 or 6084014. OLE color: 6084014.
HSL color Cylindrical-coordinate representation of color #AED55C: hue angle of 79.34º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AED55C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 92 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.16 |
| HSL | 79.34º | 0.59% | 0.6% | - |
| HSV(B) | 79.34º | 0.57% | 0.84% | - |
| XYZ | 43.18 | 57.36 | 18.92 | - |
| YUV | 187.55 | 74.08 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 92 | 0.18 | 0 | 0.57 | 0.16 | 79.34 | 0.59 | 0.6 |
| Hex | AE | D5 | 5C | 12 | 0 | 39 | 10 | 4F | 3B | 3C |
| Octal | 256 | 325 | 134 | 22 | 0 | 71 | 20 | 117 | 73 | 74 |
| Binary | 10101110 | 11010101 | 1011100 | 10010 | 0 | 111001 | 10000 | 1001111 | 111011 | 111100 |
Color Harmonies of #AED55C
Complementary color
Monochromatic Colors of #AED55C
Black with #AED55C
Text Example
Text Example
White with #AED55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED55C; }
p { color: rgb(174,213,92); }
H1.HeaderClassName
{
color: #AED55C;
}
.AnyTagClassName
{
color: #AED55C;
}
</style>
background-color css
<style>
a { background-color: #AED55C; }
a { background-color: rgb(174,213,92); }
div.DivClassName
{
background-color: #AED55C;
}
.BgClassName
{
background-color: #AED55C;
}
</style>
border-color css
<style>
span { border-color: #AED55C; }
span { border-color: rgb(174,213,92); }
td.TdClassName
{
border-color: #AED55C;
}
.TagClassName
{
border-color: #AED55C;
}
</style>