Shades of Conifer #AEF84D
Tints of Conifer #AEF84D
RGB
CMYK
RGB Variations
Color information
#AEF84D (or 0xAEF84D) is known color: Conifer. HEX triplet: AE, F8 and 4D. RGB value is (174,248,77). Sum of RGB (Red+Green+Blue) = 174+248+77=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF84D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF84D is #5107B2. Grayscale: #CECECE. Windows color (decimal): -5310387 or 5109934. OLE color: 5109934.
HSL color Cylindrical-coordinate representation of color #AEF84D: hue angle of 85.96º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEF84D is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 248 | 77 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.03 |
| HSL | 85.96º | 0.92% | 0.64% | - |
| HSV(B) | 85.96º | 0.69% | 0.97% | - |
| XYZ | 52.36 | 76.67 | 19.06 | - |
| YUV | 206.38 | 54.98 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 77 | 0.30 | 0 | 0.69 | 0.03 | 85.96 | 0.92 | 0.64 |
| Hex | AE | F8 | 4D | 1E | 0 | 45 | 3 | 56 | 5C | 40 |
| Octal | 256 | 370 | 115 | 36 | 0 | 105 | 3 | 126 | 134 | 100 |
| Binary | 10101110 | 11111000 | 1001101 | 11110 | 0 | 1000101 | 11 | 1010110 | 1011100 | 1000000 |
Color Harmonies of #AEF84D
Complementary color
Monochromatic Colors of #AEF84D
Black with #AEF84D
Text Example
Text Example
White with #AEF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF84D; }
p { color: rgb(174,248,77); }
H1.HeaderClassName
{
color: #AEF84D;
}
.AnyTagClassName
{
color: #AEF84D;
}
</style>
background-color css
<style>
a { background-color: #AEF84D; }
a { background-color: rgb(174,248,77); }
div.DivClassName
{
background-color: #AEF84D;
}
.BgClassName
{
background-color: #AEF84D;
}
</style>
border-color css
<style>
span { border-color: #AEF84D; }
span { border-color: rgb(174,248,77); }
td.TdClassName
{
border-color: #AEF84D;
}
.TagClassName
{
border-color: #AEF84D;
}
</style>