Shades of Conifer #AAFC64
Tints of Conifer #AAFC64
RGB
CMYK
RGB Variations
Color information
#AAFC64 (or 0xAAFC64) is known color: Conifer. HEX triplet: AA, FC and 64. RGB value is (170,252,100). Sum of RGB (Red+Green+Blue) = 170+252+100=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC64 is #55039B. Grayscale: #D2D2D2. Windows color (decimal): -5571484 or 6618282. OLE color: 6618282.
HSL color Cylindrical-coordinate representation of color #AAFC64: hue angle of 92.37º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAFC64 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 100 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.01 |
| HSL | 92.37º | 0.96% | 0.69% | - |
| HSV(B) | 92.37º | 0.6% | 0.99% | - |
| XYZ | 53.69 | 79.09 | 24.49 | - |
| YUV | 210.15 | 65.83 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 100 | 0.33 | 0 | 0.60 | 0.01 | 92.37 | 0.96 | 0.69 |
| Hex | AA | FC | 64 | 21 | 0 | 3C | 1 | 5C | 60 | 45 |
| Octal | 252 | 374 | 144 | 41 | 0 | 74 | 1 | 134 | 140 | 105 |
| Binary | 10101010 | 11111100 | 1100100 | 100001 | 0 | 111100 | 1 | 1011100 | 1100000 | 1000101 |
Color Harmonies of #AAFC64
Complementary color
Monochromatic Colors of #AAFC64
Black with #AAFC64
Text Example
Text Example
White with #AAFC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC64; }
p { color: rgb(170,252,100); }
H1.HeaderClassName
{
color: #AAFC64;
}
.AnyTagClassName
{
color: #AAFC64;
}
</style>
background-color css
<style>
a { background-color: #AAFC64; }
a { background-color: rgb(170,252,100); }
div.DivClassName
{
background-color: #AAFC64;
}
.BgClassName
{
background-color: #AAFC64;
}
</style>
border-color css
<style>
span { border-color: #AAFC64; }
span { border-color: rgb(170,252,100); }
td.TdClassName
{
border-color: #AAFC64;
}
.TagClassName
{
border-color: #AAFC64;
}
</style>