Shades of Conifer #AEFC5A
Tints of Conifer #AEFC5A
RGB
CMYK
RGB Variations
Color information
#AEFC5A (or 0xAEFC5A) is known color: Conifer. HEX triplet: AE, FC and 5A. RGB value is (174,252,90). Sum of RGB (Red+Green+Blue) = 174+252+90=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFC5A is #5103A5. Grayscale: #D2D2D2. Windows color (decimal): -5309350 or 5962926. OLE color: 5962926.
HSL color Cylindrical-coordinate representation of color #AEFC5A: hue angle of 88.89º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEFC5A is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 252 | 90 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.01 |
| HSL | 88.89º | 0.96% | 0.67% | - |
| HSV(B) | 88.89º | 0.64% | 0.99% | - |
| XYZ | 54.11 | 79.36 | 22.14 | - |
| YUV | 210.21 | 60.16 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 252 | 90 | 0.31 | 0 | 0.64 | 0.01 | 88.89 | 0.96 | 0.67 |
| Hex | AE | FC | 5A | 1F | 0 | 40 | 1 | 59 | 60 | 43 |
| Octal | 256 | 374 | 132 | 37 | 0 | 100 | 1 | 131 | 140 | 103 |
| Binary | 10101110 | 11111100 | 1011010 | 11111 | 0 | 1000000 | 1 | 1011001 | 1100000 | 1000011 |
Color Harmonies of #AEFC5A
Complementary color
Monochromatic Colors of #AEFC5A
Black with #AEFC5A
Text Example
Text Example
White with #AEFC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFC5A; }
p { color: rgb(174,252,90); }
H1.HeaderClassName
{
color: #AEFC5A;
}
.AnyTagClassName
{
color: #AEFC5A;
}
</style>
background-color css
<style>
a { background-color: #AEFC5A; }
a { background-color: rgb(174,252,90); }
div.DivClassName
{
background-color: #AEFC5A;
}
.BgClassName
{
background-color: #AEFC5A;
}
</style>
border-color css
<style>
span { border-color: #AEFC5A; }
span { border-color: rgb(174,252,90); }
td.TdClassName
{
border-color: #AEFC5A;
}
.TagClassName
{
border-color: #AEFC5A;
}
</style>