Shades of Conifer #AEF962
Tints of Conifer #AEF962
RGB
CMYK
RGB Variations
Color information
#AEF962 (or 0xAEF962) is known color: Conifer. HEX triplet: AE, F9 and 62. RGB value is (174,249,98). Sum of RGB (Red+Green+Blue) = 174+249+98=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF962 is #51069D. Grayscale: #D1D1D1. Windows color (decimal): -5310110 or 6486446. OLE color: 6486446.
HSL color Cylindrical-coordinate representation of color #AEF962: hue angle of 89.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEF962 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 249 | 98 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.02 |
| HSL | 89.8º | 0.93% | 0.68% | - |
| HSV(B) | 89.8º | 0.61% | 0.98% | - |
| XYZ | 53.54 | 77.63 | 23.72 | - |
| YUV | 209.36 | 65.15 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 249 | 98 | 0.30 | 0 | 0.61 | 0.02 | 89.8 | 0.93 | 0.68 |
| Hex | AE | F9 | 62 | 1E | 0 | 3D | 2 | 5A | 5D | 44 |
| Octal | 256 | 371 | 142 | 36 | 0 | 75 | 2 | 132 | 135 | 104 |
| Binary | 10101110 | 11111001 | 1100010 | 11110 | 0 | 111101 | 10 | 1011010 | 1011101 | 1000100 |
Color Harmonies of #AEF962
Complementary color
Monochromatic Colors of #AEF962
Black with #AEF962
Text Example
Text Example
White with #AEF962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF962; }
p { color: rgb(174,249,98); }
H1.HeaderClassName
{
color: #AEF962;
}
.AnyTagClassName
{
color: #AEF962;
}
</style>
background-color css
<style>
a { background-color: #AEF962; }
a { background-color: rgb(174,249,98); }
div.DivClassName
{
background-color: #AEF962;
}
.BgClassName
{
background-color: #AEF962;
}
</style>
border-color css
<style>
span { border-color: #AEF962; }
span { border-color: rgb(174,249,98); }
td.TdClassName
{
border-color: #AEF962;
}
.TagClassName
{
border-color: #AEF962;
}
</style>