Shades of Conifer #AEF251
Tints of Conifer #AEF251
RGB
CMYK
RGB Variations
Color information
#AEF251 (or 0xAEF251) is known color: Conifer. HEX triplet: AE, F2 and 51. RGB value is (174,242,81). Sum of RGB (Red+Green+Blue) = 174+242+81=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF251 is #510DAE. Grayscale: #CBCBCB. Windows color (decimal): -5311919 or 5370542. OLE color: 5370542.
HSL color Cylindrical-coordinate representation of color #AEF251: hue angle of 85.34º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEF251 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 81 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.05 |
| HSL | 85.34º | 0.86% | 0.63% | - |
| HSV(B) | 85.34º | 0.67% | 0.95% | - |
| XYZ | 50.69 | 73.1 | 19.22 | - |
| YUV | 203.31 | 58.97 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 81 | 0.28 | 0 | 0.67 | 0.05 | 85.34 | 0.86 | 0.63 |
| Hex | AE | F2 | 51 | 1C | 0 | 43 | 5 | 55 | 56 | 3F |
| Octal | 256 | 362 | 121 | 34 | 0 | 103 | 5 | 125 | 126 | 77 |
| Binary | 10101110 | 11110010 | 1010001 | 11100 | 0 | 1000011 | 101 | 1010101 | 1010110 | 111111 |
Color Harmonies of #AEF251
Complementary color
Monochromatic Colors of #AEF251
Black with #AEF251
Text Example
Text Example
White with #AEF251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF251; }
p { color: rgb(174,242,81); }
H1.HeaderClassName
{
color: #AEF251;
}
.AnyTagClassName
{
color: #AEF251;
}
</style>
background-color css
<style>
a { background-color: #AEF251; }
a { background-color: rgb(174,242,81); }
div.DivClassName
{
background-color: #AEF251;
}
.BgClassName
{
background-color: #AEF251;
}
</style>
border-color css
<style>
span { border-color: #AEF251; }
span { border-color: rgb(174,242,81); }
td.TdClassName
{
border-color: #AEF251;
}
.TagClassName
{
border-color: #AEF251;
}
</style>