Shades of Conifer #AEF053
Tints of Conifer #AEF053
RGB
CMYK
RGB Variations
Color information
#AEF053 (or 0xAEF053) is known color: Conifer. HEX triplet: AE, F0 and 53. RGB value is (174,240,83). Sum of RGB (Red+Green+Blue) = 174+240+83=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF053 is #510FAC. Grayscale: #CACACA. Windows color (decimal): -5312429 or 5501102. OLE color: 5501102.
HSL color Cylindrical-coordinate representation of color #AEF053: hue angle of 85.22º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEF053 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 240 | 83 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.06 |
| HSL | 85.22º | 0.84% | 0.63% | - |
| HSV(B) | 85.22º | 0.65% | 0.94% | - |
| XYZ | 50.18 | 71.94 | 19.43 | - |
| YUV | 202.37 | 60.63 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 83 | 0.28 | 0 | 0.65 | 0.06 | 85.22 | 0.84 | 0.63 |
| Hex | AE | F0 | 53 | 1C | 0 | 41 | 6 | 55 | 54 | 3F |
| Octal | 256 | 360 | 123 | 34 | 0 | 101 | 6 | 125 | 124 | 77 |
| Binary | 10101110 | 11110000 | 1010011 | 11100 | 0 | 1000001 | 110 | 1010101 | 1010100 | 111111 |
Color Harmonies of #AEF053
Complementary color
Monochromatic Colors of #AEF053
Black with #AEF053
Text Example
Text Example
White with #AEF053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF053; }
p { color: rgb(174,240,83); }
H1.HeaderClassName
{
color: #AEF053;
}
.AnyTagClassName
{
color: #AEF053;
}
</style>
background-color css
<style>
a { background-color: #AEF053; }
a { background-color: rgb(174,240,83); }
div.DivClassName
{
background-color: #AEF053;
}
.BgClassName
{
background-color: #AEF053;
}
</style>
border-color css
<style>
span { border-color: #AEF053; }
span { border-color: rgb(174,240,83); }
td.TdClassName
{
border-color: #AEF053;
}
.TagClassName
{
border-color: #AEF053;
}
</style>