Shades of Conifer #AEE95E
Tints of Conifer #AEE95E
RGB
CMYK
RGB Variations
Color information
#AEE95E (or 0xAEE95E) is known color: Conifer. HEX triplet: AE, E9 and 5E. RGB value is (174,233,94). Sum of RGB (Red+Green+Blue) = 174+233+94=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE95E is #5116A1. Grayscale: #C8C8C8. Windows color (decimal): -5314210 or 6220206. OLE color: 6220206.
HSL color Cylindrical-coordinate representation of color #AEE95E: hue angle of 85.47º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEE95E is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 233 | 94 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.09 |
| HSL | 85.47º | 0.76% | 0.64% | - |
| HSV(B) | 85.47º | 0.6% | 0.91% | - |
| XYZ | 48.61 | 68.08 | 21.17 | - |
| YUV | 199.51 | 68.45 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 233 | 94 | 0.25 | 0 | 0.60 | 0.09 | 85.47 | 0.76 | 0.64 |
| Hex | AE | E9 | 5E | 19 | 0 | 3C | 9 | 55 | 4C | 40 |
| Octal | 256 | 351 | 136 | 31 | 0 | 74 | 11 | 125 | 114 | 100 |
| Binary | 10101110 | 11101001 | 1011110 | 11001 | 0 | 111100 | 1001 | 1010101 | 1001100 | 1000000 |
Color Harmonies of #AEE95E
Complementary color
Monochromatic Colors of #AEE95E
Black with #AEE95E
Text Example
Text Example
White with #AEE95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE95E; }
p { color: rgb(174,233,94); }
H1.HeaderClassName
{
color: #AEE95E;
}
.AnyTagClassName
{
color: #AEE95E;
}
</style>
background-color css
<style>
a { background-color: #AEE95E; }
a { background-color: rgb(174,233,94); }
div.DivClassName
{
background-color: #AEE95E;
}
.BgClassName
{
background-color: #AEE95E;
}
</style>
border-color css
<style>
span { border-color: #AEE95E; }
span { border-color: rgb(174,233,94); }
td.TdClassName
{
border-color: #AEE95E;
}
.TagClassName
{
border-color: #AEE95E;
}
</style>