Shades of Conifer #AEE656
Tints of Conifer #AEE656
RGB
CMYK
RGB Variations
Color information
#AEE656 (or 0xAEE656) is known color: Conifer. HEX triplet: AE, E6 and 56. RGB value is (174,230,86). Sum of RGB (Red+Green+Blue) = 174+230+86=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE656 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE656 is #5119A9. Grayscale: #C5C5C5. Windows color (decimal): -5314986 or 5695150. OLE color: 5695150.
HSL color Cylindrical-coordinate representation of color #AEE656: hue angle of 83.33º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEE656 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 86 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.10 |
| HSL | 83.33º | 0.74% | 0.62% | - |
| HSV(B) | 83.33º | 0.63% | 0.9% | - |
| XYZ | 47.43 | 66.26 | 19.09 | - |
| YUV | 196.84 | 65.45 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 86 | 0.24 | 0 | 0.63 | 0.10 | 83.33 | 0.74 | 0.62 |
| Hex | AE | E6 | 56 | 18 | 0 | 3F | A | 53 | 4A | 3E |
| Octal | 256 | 346 | 126 | 30 | 0 | 77 | 12 | 123 | 112 | 76 |
| Binary | 10101110 | 11100110 | 1010110 | 11000 | 0 | 111111 | 1010 | 1010011 | 1001010 | 111110 |
Color Harmonies of #AEE656
Complementary color
Monochromatic Colors of #AEE656
Black with #AEE656
Text Example
Text Example
White with #AEE656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE656; }
p { color: rgb(174,230,86); }
H1.HeaderClassName
{
color: #AEE656;
}
.AnyTagClassName
{
color: #AEE656;
}
</style>
background-color css
<style>
a { background-color: #AEE656; }
a { background-color: rgb(174,230,86); }
div.DivClassName
{
background-color: #AEE656;
}
.BgClassName
{
background-color: #AEE656;
}
</style>
border-color css
<style>
span { border-color: #AEE656; }
span { border-color: rgb(174,230,86); }
td.TdClassName
{
border-color: #AEE656;
}
.TagClassName
{
border-color: #AEE656;
}
</style>