Shades of Conifer #AEE850
Tints of Conifer #AEE850
RGB
CMYK
RGB Variations
Color information
#AEE850 (or 0xAEE850) is known color: Conifer. HEX triplet: AE, E8 and 50. RGB value is (174,232,80). Sum of RGB (Red+Green+Blue) = 174+232+80=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE850 is #5117AF. Grayscale: #C5C5C5. Windows color (decimal): -5314480 or 5302446. OLE color: 5302446.
HSL color Cylindrical-coordinate representation of color #AEE850: hue angle of 82.89º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEE850 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 232 | 80 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.09 |
| HSL | 82.89º | 0.77% | 0.61% | - |
| HSV(B) | 82.89º | 0.66% | 0.91% | - |
| XYZ | 47.76 | 67.29 | 18.06 | - |
| YUV | 197.33 | 61.78 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 80 | 0.25 | 0 | 0.66 | 0.09 | 82.89 | 0.77 | 0.61 |
| Hex | AE | E8 | 50 | 19 | 0 | 42 | 9 | 53 | 4D | 3D |
| Octal | 256 | 350 | 120 | 31 | 0 | 102 | 11 | 123 | 115 | 75 |
| Binary | 10101110 | 11101000 | 1010000 | 11001 | 0 | 1000010 | 1001 | 1010011 | 1001101 | 111101 |
Color Harmonies of #AEE850
Complementary color
Monochromatic Colors of #AEE850
Black with #AEE850
Text Example
Text Example
White with #AEE850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE850; }
p { color: rgb(174,232,80); }
H1.HeaderClassName
{
color: #AEE850;
}
.AnyTagClassName
{
color: #AEE850;
}
</style>
background-color css
<style>
a { background-color: #AEE850; }
a { background-color: rgb(174,232,80); }
div.DivClassName
{
background-color: #AEE850;
}
.BgClassName
{
background-color: #AEE850;
}
</style>
border-color css
<style>
span { border-color: #AEE850; }
span { border-color: rgb(174,232,80); }
td.TdClassName
{
border-color: #AEE850;
}
.TagClassName
{
border-color: #AEE850;
}
</style>