Shades of Conifer #AEE65E
Tints of Conifer #AEE65E
RGB
CMYK
RGB Variations
Color information
#AEE65E (or 0xAEE65E) is known color: Conifer. HEX triplet: AE, E6 and 5E. RGB value is (174,230,94). Sum of RGB (Red+Green+Blue) = 174+230+94=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE65E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE65E is #5119A1. Grayscale: #C6C6C6. Windows color (decimal): -5314978 or 6219438. OLE color: 6219438.
HSL color Cylindrical-coordinate representation of color #AEE65E: hue angle of 84.71º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEE65E is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 94 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.10 |
| HSL | 84.71º | 0.73% | 0.64% | - |
| HSV(B) | 84.71º | 0.59% | 0.9% | - |
| XYZ | 47.77 | 66.4 | 20.89 | - |
| YUV | 197.75 | 69.45 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 94 | 0.24 | 0 | 0.59 | 0.10 | 84.71 | 0.73 | 0.64 |
| Hex | AE | E6 | 5E | 18 | 0 | 3B | A | 55 | 49 | 40 |
| Octal | 256 | 346 | 136 | 30 | 0 | 73 | 12 | 125 | 111 | 100 |
| Binary | 10101110 | 11100110 | 1011110 | 11000 | 0 | 111011 | 1010 | 1010101 | 1001001 | 1000000 |
Color Harmonies of #AEE65E
Complementary color
Monochromatic Colors of #AEE65E
Black with #AEE65E
Text Example
Text Example
White with #AEE65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE65E; }
p { color: rgb(174,230,94); }
H1.HeaderClassName
{
color: #AEE65E;
}
.AnyTagClassName
{
color: #AEE65E;
}
</style>
background-color css
<style>
a { background-color: #AEE65E; }
a { background-color: rgb(174,230,94); }
div.DivClassName
{
background-color: #AEE65E;
}
.BgClassName
{
background-color: #AEE65E;
}
</style>
border-color css
<style>
span { border-color: #AEE65E; }
span { border-color: rgb(174,230,94); }
td.TdClassName
{
border-color: #AEE65E;
}
.TagClassName
{
border-color: #AEE65E;
}
</style>