Shades of Conifer #AEE85B
Tints of Conifer #AEE85B
RGB
CMYK
RGB Variations
Color information
#AEE85B (or 0xAEE85B) is known color: Conifer. HEX triplet: AE, E8 and 5B. RGB value is (174,232,91). Sum of RGB (Red+Green+Blue) = 174+232+91=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE85B is #5117A4. Grayscale: #C7C7C7. Windows color (decimal): -5314469 or 6023342. OLE color: 6023342.
HSL color Cylindrical-coordinate representation of color #AEE85B: hue angle of 84.68º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEE85B is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 232 | 91 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.09 |
| HSL | 84.68º | 0.75% | 0.63% | - |
| HSV(B) | 84.68º | 0.61% | 0.91% | - |
| XYZ | 48.2 | 67.47 | 20.38 | - |
| YUV | 198.58 | 67.28 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 91 | 0.25 | 0 | 0.61 | 0.09 | 84.68 | 0.75 | 0.63 |
| Hex | AE | E8 | 5B | 19 | 0 | 3D | 9 | 55 | 4B | 3F |
| Octal | 256 | 350 | 133 | 31 | 0 | 75 | 11 | 125 | 113 | 77 |
| Binary | 10101110 | 11101000 | 1011011 | 11001 | 0 | 111101 | 1001 | 1010101 | 1001011 | 111111 |
Color Harmonies of #AEE85B
Complementary color
Monochromatic Colors of #AEE85B
Black with #AEE85B
Text Example
Text Example
White with #AEE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE85B; }
p { color: rgb(174,232,91); }
H1.HeaderClassName
{
color: #AEE85B;
}
.AnyTagClassName
{
color: #AEE85B;
}
</style>
background-color css
<style>
a { background-color: #AEE85B; }
a { background-color: rgb(174,232,91); }
div.DivClassName
{
background-color: #AEE85B;
}
.BgClassName
{
background-color: #AEE85B;
}
</style>
border-color css
<style>
span { border-color: #AEE85B; }
span { border-color: rgb(174,232,91); }
td.TdClassName
{
border-color: #AEE85B;
}
.TagClassName
{
border-color: #AEE85B;
}
</style>