Shades of Conifer #AED55B
Tints of Conifer #AED55B
RGB
CMYK
RGB Variations
Color information
#AED55B (or 0xAED55B) is known color: Conifer. HEX triplet: AE, D5 and 5B. RGB value is (174,213,91). Sum of RGB (Red+Green+Blue) = 174+213+91=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #AED55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED55B is #512AA4. Grayscale: #BBBBBB. Windows color (decimal): -5319333 or 6018478. OLE color: 6018478.
HSL color Cylindrical-coordinate representation of color #AED55B: hue angle of 79.18º 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 #AED55B is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 91 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.16 |
| HSL | 79.18º | 0.59% | 0.6% | - |
| HSV(B) | 79.18º | 0.57% | 0.84% | - |
| XYZ | 43.14 | 57.34 | 18.69 | - |
| YUV | 187.43 | 73.58 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 91 | 0.18 | 0 | 0.57 | 0.16 | 79.18 | 0.59 | 0.6 |
| Hex | AE | D5 | 5B | 12 | 0 | 39 | 10 | 4F | 3B | 3C |
| Octal | 256 | 325 | 133 | 22 | 0 | 71 | 20 | 117 | 73 | 74 |
| Binary | 10101110 | 11010101 | 1011011 | 10010 | 0 | 111001 | 10000 | 1001111 | 111011 | 111100 |
Color Harmonies of #AED55B
Complementary color
Monochromatic Colors of #AED55B
Black with #AED55B
Text Example
Text Example
White with #AED55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED55B; }
p { color: rgb(174,213,91); }
H1.HeaderClassName
{
color: #AED55B;
}
.AnyTagClassName
{
color: #AED55B;
}
</style>
background-color css
<style>
a { background-color: #AED55B; }
a { background-color: rgb(174,213,91); }
div.DivClassName
{
background-color: #AED55B;
}
.BgClassName
{
background-color: #AED55B;
}
</style>
border-color css
<style>
span { border-color: #AED55B; }
span { border-color: rgb(174,213,91); }
td.TdClassName
{
border-color: #AED55B;
}
.TagClassName
{
border-color: #AED55B;
}
</style>