Shades of Conifer #AEF250
Tints of Conifer #AEF250
RGB
CMYK
RGB Variations
Color information
#AEF250 (or 0xAEF250) is known color: Conifer. HEX triplet: AE, F2 and 50. RGB value is (174,242,80). Sum of RGB (Red+Green+Blue) = 174+242+80=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF250 is #510DAF. Grayscale: #CBCBCB. Windows color (decimal): -5311920 or 5305006. OLE color: 5305006.
HSL color Cylindrical-coordinate representation of color #AEF250: hue angle of 85.19º 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 #AEF250 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 80 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.05 |
| HSL | 85.19º | 0.86% | 0.63% | - |
| HSV(B) | 85.19º | 0.67% | 0.95% | - |
| XYZ | 50.66 | 73.08 | 19.03 | - |
| YUV | 203.2 | 58.47 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 80 | 0.28 | 0 | 0.67 | 0.05 | 85.19 | 0.86 | 0.63 |
| Hex | AE | F2 | 50 | 1C | 0 | 43 | 5 | 55 | 56 | 3F |
| Octal | 256 | 362 | 120 | 34 | 0 | 103 | 5 | 125 | 126 | 77 |
| Binary | 10101110 | 11110010 | 1010000 | 11100 | 0 | 1000011 | 101 | 1010101 | 1010110 | 111111 |
Color Harmonies of #AEF250
Complementary color
Monochromatic Colors of #AEF250
Black with #AEF250
Text Example
Text Example
White with #AEF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF250; }
p { color: rgb(174,242,80); }
H1.HeaderClassName
{
color: #AEF250;
}
.AnyTagClassName
{
color: #AEF250;
}
</style>
background-color css
<style>
a { background-color: #AEF250; }
a { background-color: rgb(174,242,80); }
div.DivClassName
{
background-color: #AEF250;
}
.BgClassName
{
background-color: #AEF250;
}
</style>
border-color css
<style>
span { border-color: #AEF250; }
span { border-color: rgb(174,242,80); }
td.TdClassName
{
border-color: #AEF250;
}
.TagClassName
{
border-color: #AEF250;
}
</style>