Shades of Conifer #AEFF64
Tints of Conifer #AEFF64
RGB
CMYK
RGB Variations
Color information
#AEFF64 (or 0xAEFF64) is known color: Conifer. HEX triplet: AE, FF and 64. RGB value is (174,255,100). Sum of RGB (Red+Green+Blue) = 174+255+100=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF64 is #51009B. Grayscale: #D5D5D5. Windows color (decimal): -5308572 or 6619054. OLE color: 6619054.
HSL color Cylindrical-coordinate representation of color #AEFF64: hue angle of 91.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEFF64 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 100 | - |
| CMYK | 0.32 | 0 | 0.61 | 0 |
| HSL | 91.35º | 1% | 0.7% | - |
| HSV(B) | 91.35º | 0.61% | 1% | - |
| XYZ | 55.52 | 81.44 | 24.85 | - |
| YUV | 213.11 | 64.16 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 100 | 0.32 | 0 | 0.61 | 0 | 91.35 | 1 | 0.7 |
| Hex | AE | FF | 64 | 20 | 0 | 3D | 0 | 5B | 64 | 46 |
| Octal | 256 | 377 | 144 | 40 | 0 | 75 | 0 | 133 | 144 | 106 |
| Binary | 10101110 | 11111111 | 1100100 | 100000 | 0 | 111101 | 0 | 1011011 | 1100100 | 1000110 |
Color Harmonies of #AEFF64
Complementary color
Monochromatic Colors of #AEFF64
Black with #AEFF64
Text Example
Text Example
White with #AEFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF64; }
p { color: rgb(174,255,100); }
H1.HeaderClassName
{
color: #AEFF64;
}
.AnyTagClassName
{
color: #AEFF64;
}
</style>
background-color css
<style>
a { background-color: #AEFF64; }
a { background-color: rgb(174,255,100); }
div.DivClassName
{
background-color: #AEFF64;
}
.BgClassName
{
background-color: #AEFF64;
}
</style>
border-color css
<style>
span { border-color: #AEFF64; }
span { border-color: rgb(174,255,100); }
td.TdClassName
{
border-color: #AEFF64;
}
.TagClassName
{
border-color: #AEFF64;
}
</style>