Shades of Conifer #AEF84C
Tints of Conifer #AEF84C
RGB
CMYK
RGB Variations
Color information
#AEF84C (or 0xAEF84C) is known color: Conifer. HEX triplet: AE, F8 and 4C. RGB value is (174,248,76). Sum of RGB (Red+Green+Blue) = 174+248+76=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF84C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF84C is #5107B3. Grayscale: #CECECE. Windows color (decimal): -5310388 or 5044398. OLE color: 5044398.
HSL color Cylindrical-coordinate representation of color #AEF84C: hue angle of 85.81º 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 #AEF84C is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 248 | 76 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.03 |
| HSL | 85.81º | 0.92% | 0.64% | - |
| HSV(B) | 85.81º | 0.69% | 0.97% | - |
| XYZ | 52.33 | 76.66 | 18.88 | - |
| YUV | 206.27 | 54.48 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 76 | 0.30 | 0 | 0.69 | 0.03 | 85.81 | 0.92 | 0.64 |
| Hex | AE | F8 | 4C | 1E | 0 | 45 | 3 | 56 | 5C | 40 |
| Octal | 256 | 370 | 114 | 36 | 0 | 105 | 3 | 126 | 134 | 100 |
| Binary | 10101110 | 11111000 | 1001100 | 11110 | 0 | 1000101 | 11 | 1010110 | 1011100 | 1000000 |
Color Harmonies of #AEF84C
Complementary color
Monochromatic Colors of #AEF84C
Black with #AEF84C
Text Example
Text Example
White with #AEF84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF84C; }
p { color: rgb(174,248,76); }
H1.HeaderClassName
{
color: #AEF84C;
}
.AnyTagClassName
{
color: #AEF84C;
}
</style>
background-color css
<style>
a { background-color: #AEF84C; }
a { background-color: rgb(174,248,76); }
div.DivClassName
{
background-color: #AEF84C;
}
.BgClassName
{
background-color: #AEF84C;
}
</style>
border-color css
<style>
span { border-color: #AEF84C; }
span { border-color: rgb(174,248,76); }
td.TdClassName
{
border-color: #AEF84C;
}
.TagClassName
{
border-color: #AEF84C;
}
</style>