Shades of Conifer #AEF04A
Tints of Conifer #AEF04A
RGB
CMYK
RGB Variations
Color information
#AEF04A (or 0xAEF04A) is known color: Conifer. HEX triplet: AE, F0 and 4A. RGB value is (174,240,74). Sum of RGB (Red+Green+Blue) = 174+240+74=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF04A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF04A is #510FB5. Grayscale: #C9C9C9. Windows color (decimal): -5312438 or 4911278. OLE color: 4911278.
HSL color Cylindrical-coordinate representation of color #AEF04A: hue angle of 83.86º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEF04A is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 240 | 74 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.06 |
| HSL | 83.86º | 0.85% | 0.62% | - |
| HSV(B) | 83.86º | 0.69% | 0.94% | - |
| XYZ | 49.85 | 71.81 | 17.71 | - |
| YUV | 201.34 | 56.13 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 74 | 0.28 | 0 | 0.69 | 0.06 | 83.86 | 0.85 | 0.62 |
| Hex | AE | F0 | 4A | 1C | 0 | 45 | 6 | 54 | 55 | 3E |
| Octal | 256 | 360 | 112 | 34 | 0 | 105 | 6 | 124 | 125 | 76 |
| Binary | 10101110 | 11110000 | 1001010 | 11100 | 0 | 1000101 | 110 | 1010100 | 1010101 | 111110 |
Color Harmonies of #AEF04A
Complementary color
Monochromatic Colors of #AEF04A
Black with #AEF04A
Text Example
Text Example
White with #AEF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF04A; }
p { color: rgb(174,240,74); }
H1.HeaderClassName
{
color: #AEF04A;
}
.AnyTagClassName
{
color: #AEF04A;
}
</style>
background-color css
<style>
a { background-color: #AEF04A; }
a { background-color: rgb(174,240,74); }
div.DivClassName
{
background-color: #AEF04A;
}
.BgClassName
{
background-color: #AEF04A;
}
</style>
border-color css
<style>
span { border-color: #AEF04A; }
span { border-color: rgb(174,240,74); }
td.TdClassName
{
border-color: #AEF04A;
}
.TagClassName
{
border-color: #AEF04A;
}
</style>