Shades of Conifer #AEFE63
Tints of Conifer #AEFE63
RGB
CMYK
RGB Variations
Color information
#AEFE63 (or 0xAEFE63) is known color: Conifer. HEX triplet: AE, FE and 63. RGB value is (174,254,99). Sum of RGB (Red+Green+Blue) = 174+254+99=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFE63 is #51019C. Grayscale: #D4D4D4. Windows color (decimal): -5308829 or 6553262. OLE color: 6553262.
HSL color Cylindrical-coordinate representation of color #AEFE63: hue angle of 90.97º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEFE63 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 99 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.00 |
| HSL | 90.97º | 0.99% | 0.69% | - |
| HSV(B) | 90.97º | 0.61% | 1% | - |
| XYZ | 55.15 | 80.78 | 24.49 | - |
| YUV | 212.41 | 64 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 99 | 0.31 | 0 | 0.61 | 0.00 | 90.97 | 0.99 | 0.69 |
| Hex | AE | FE | 63 | 1F | 0 | 3D | 0 | 5B | 63 | 45 |
| Octal | 256 | 376 | 143 | 37 | 0 | 75 | 0 | 133 | 143 | 105 |
| Binary | 10101110 | 11111110 | 1100011 | 11111 | 0 | 111101 | 0 | 1011011 | 1100011 | 1000101 |
Color Harmonies of #AEFE63
Complementary color
Monochromatic Colors of #AEFE63
Black with #AEFE63
Text Example
Text Example
White with #AEFE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE63; }
p { color: rgb(174,254,99); }
H1.HeaderClassName
{
color: #AEFE63;
}
.AnyTagClassName
{
color: #AEFE63;
}
</style>
background-color css
<style>
a { background-color: #AEFE63; }
a { background-color: rgb(174,254,99); }
div.DivClassName
{
background-color: #AEFE63;
}
.BgClassName
{
background-color: #AEFE63;
}
</style>
border-color css
<style>
span { border-color: #AEFE63; }
span { border-color: rgb(174,254,99); }
td.TdClassName
{
border-color: #AEFE63;
}
.TagClassName
{
border-color: #AEFE63;
}
</style>