Shades of Conifer #AEFC5B
Tints of Conifer #AEFC5B
RGB
CMYK
RGB Variations
Color information
#AEFC5B (or 0xAEFC5B) is known color: Conifer. HEX triplet: AE, FC and 5B. RGB value is (174,252,91). Sum of RGB (Red+Green+Blue) = 174+252+91=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFC5B is #5103A4. Grayscale: #D2D2D2. Windows color (decimal): -5309349 or 6028462. OLE color: 6028462.
HSL color Cylindrical-coordinate representation of color #AEFC5B: hue angle of 89.07º 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 #AEFC5B is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 252 | 91 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.01 |
| HSL | 89.07º | 0.96% | 0.67% | - |
| HSV(B) | 89.07º | 0.64% | 0.99% | - |
| XYZ | 54.15 | 79.37 | 22.36 | - |
| YUV | 210.32 | 60.66 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 252 | 91 | 0.31 | 0 | 0.64 | 0.01 | 89.07 | 0.96 | 0.67 |
| Hex | AE | FC | 5B | 1F | 0 | 40 | 1 | 59 | 60 | 43 |
| Octal | 256 | 374 | 133 | 37 | 0 | 100 | 1 | 131 | 140 | 103 |
| Binary | 10101110 | 11111100 | 1011011 | 11111 | 0 | 1000000 | 1 | 1011001 | 1100000 | 1000011 |
Color Harmonies of #AEFC5B
Complementary color
Monochromatic Colors of #AEFC5B
Black with #AEFC5B
Text Example
Text Example
White with #AEFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFC5B; }
p { color: rgb(174,252,91); }
H1.HeaderClassName
{
color: #AEFC5B;
}
.AnyTagClassName
{
color: #AEFC5B;
}
</style>
background-color css
<style>
a { background-color: #AEFC5B; }
a { background-color: rgb(174,252,91); }
div.DivClassName
{
background-color: #AEFC5B;
}
.BgClassName
{
background-color: #AEFC5B;
}
</style>
border-color css
<style>
span { border-color: #AEFC5B; }
span { border-color: rgb(174,252,91); }
td.TdClassName
{
border-color: #AEFC5B;
}
.TagClassName
{
border-color: #AEFC5B;
}
</style>