Shades of Conifer #AEF256
Tints of Conifer #AEF256
RGB
CMYK
RGB Variations
Color information
#AEF256 (or 0xAEF256) is known color: Conifer. HEX triplet: AE, F2 and 56. RGB value is (174,242,86). Sum of RGB (Red+Green+Blue) = 174+242+86=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF256 is #510DA9. Grayscale: #CCCCCC. Windows color (decimal): -5311914 or 5698222. OLE color: 5698222.
HSL color Cylindrical-coordinate representation of color #AEF256: hue angle of 86.15º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEF256 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 86 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.05 |
| HSL | 86.15º | 0.86% | 0.64% | - |
| HSV(B) | 86.15º | 0.64% | 0.95% | - |
| XYZ | 50.89 | 73.17 | 20.25 | - |
| YUV | 203.88 | 61.47 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 86 | 0.28 | 0 | 0.64 | 0.05 | 86.15 | 0.86 | 0.64 |
| Hex | AE | F2 | 56 | 1C | 0 | 40 | 5 | 56 | 56 | 40 |
| Octal | 256 | 362 | 126 | 34 | 0 | 100 | 5 | 126 | 126 | 100 |
| Binary | 10101110 | 11110010 | 1010110 | 11100 | 0 | 1000000 | 101 | 1010110 | 1010110 | 1000000 |
Color Harmonies of #AEF256
Complementary color
Monochromatic Colors of #AEF256
Black with #AEF256
Text Example
Text Example
White with #AEF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF256; }
p { color: rgb(174,242,86); }
H1.HeaderClassName
{
color: #AEF256;
}
.AnyTagClassName
{
color: #AEF256;
}
</style>
background-color css
<style>
a { background-color: #AEF256; }
a { background-color: rgb(174,242,86); }
div.DivClassName
{
background-color: #AEF256;
}
.BgClassName
{
background-color: #AEF256;
}
</style>
border-color css
<style>
span { border-color: #AEF256; }
span { border-color: rgb(174,242,86); }
td.TdClassName
{
border-color: #AEF256;
}
.TagClassName
{
border-color: #AEF256;
}
</style>