Shades of Conifer #AEF74C
Tints of Conifer #AEF74C
RGB
CMYK
RGB Variations
Color information
#AEF74C (or 0xAEF74C) is known color: Conifer. HEX triplet: AE, F7 and 4C. RGB value is (174,247,76). Sum of RGB (Red+Green+Blue) = 174+247+76=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF74C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF74C is #5108B3. Grayscale: #CECECE. Windows color (decimal): -5310644 or 5044142. OLE color: 5044142.
HSL color Cylindrical-coordinate representation of color #AEF74C: hue angle of 85.61º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEF74C is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 247 | 76 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.03 |
| HSL | 85.61º | 0.91% | 0.63% | - |
| HSV(B) | 85.61º | 0.69% | 0.97% | - |
| XYZ | 52.02 | 76.04 | 18.77 | - |
| YUV | 205.68 | 54.82 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 247 | 76 | 0.30 | 0 | 0.69 | 0.03 | 85.61 | 0.91 | 0.63 |
| Hex | AE | F7 | 4C | 1E | 0 | 45 | 3 | 56 | 5B | 3F |
| Octal | 256 | 367 | 114 | 36 | 0 | 105 | 3 | 126 | 133 | 77 |
| Binary | 10101110 | 11110111 | 1001100 | 11110 | 0 | 1000101 | 11 | 1010110 | 1011011 | 111111 |
Color Harmonies of #AEF74C
Complementary color
Monochromatic Colors of #AEF74C
Black with #AEF74C
Text Example
Text Example
White with #AEF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF74C; }
p { color: rgb(174,247,76); }
H1.HeaderClassName
{
color: #AEF74C;
}
.AnyTagClassName
{
color: #AEF74C;
}
</style>
background-color css
<style>
a { background-color: #AEF74C; }
a { background-color: rgb(174,247,76); }
div.DivClassName
{
background-color: #AEF74C;
}
.BgClassName
{
background-color: #AEF74C;
}
</style>
border-color css
<style>
span { border-color: #AEF74C; }
span { border-color: rgb(174,247,76); }
td.TdClassName
{
border-color: #AEF74C;
}
.TagClassName
{
border-color: #AEF74C;
}
</style>