Shades of Conifer #AEFC5C
Tints of Conifer #AEFC5C
RGB
CMYK
RGB Variations
Color information
#AEFC5C (or 0xAEFC5C) is known color: Conifer. HEX triplet: AE, FC and 5C. RGB value is (174,252,92). Sum of RGB (Red+Green+Blue) = 174+252+92=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFC5C is #5103A3. Grayscale: #D2D2D2. Windows color (decimal): -5309348 or 6093998. OLE color: 6093998.
HSL color Cylindrical-coordinate representation of color #AEFC5C: hue angle of 89.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEFC5C is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 252 | 92 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.01 |
| HSL | 89.25º | 0.96% | 0.67% | - |
| HSV(B) | 89.25º | 0.63% | 0.99% | - |
| XYZ | 54.2 | 79.39 | 22.59 | - |
| YUV | 210.44 | 61.16 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 252 | 92 | 0.31 | 0 | 0.63 | 0.01 | 89.25 | 0.96 | 0.67 |
| Hex | AE | FC | 5C | 1F | 0 | 3F | 1 | 59 | 60 | 43 |
| Octal | 256 | 374 | 134 | 37 | 0 | 77 | 1 | 131 | 140 | 103 |
| Binary | 10101110 | 11111100 | 1011100 | 11111 | 0 | 111111 | 1 | 1011001 | 1100000 | 1000011 |
Color Harmonies of #AEFC5C
Complementary color
Monochromatic Colors of #AEFC5C
Black with #AEFC5C
Text Example
Text Example
White with #AEFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFC5C; }
p { color: rgb(174,252,92); }
H1.HeaderClassName
{
color: #AEFC5C;
}
.AnyTagClassName
{
color: #AEFC5C;
}
</style>
background-color css
<style>
a { background-color: #AEFC5C; }
a { background-color: rgb(174,252,92); }
div.DivClassName
{
background-color: #AEFC5C;
}
.BgClassName
{
background-color: #AEFC5C;
}
</style>
border-color css
<style>
span { border-color: #AEFC5C; }
span { border-color: rgb(174,252,92); }
td.TdClassName
{
border-color: #AEFC5C;
}
.TagClassName
{
border-color: #AEFC5C;
}
</style>