Shades of Conifer #AAFD68
Tints of Conifer #AAFD68
RGB
CMYK
RGB Variations
Color information
#AAFD68 (or 0xAAFD68) is known color: Conifer. HEX triplet: AA, FD and 68. RGB value is (170,253,104). Sum of RGB (Red+Green+Blue) = 170+253+104=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD68 is #550297. Grayscale: #D3D3D3. Windows color (decimal): -5571224 or 6880682. OLE color: 6880682.
HSL color Cylindrical-coordinate representation of color #AAFD68: hue angle of 93.42º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAFD68 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 104 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.01 |
| HSL | 93.42º | 0.97% | 0.7% | - |
| HSV(B) | 93.42º | 0.59% | 0.99% | - |
| XYZ | 54.2 | 79.8 | 25.64 | - |
| YUV | 211.2 | 67.5 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 104 | 0.33 | 0 | 0.59 | 0.01 | 93.42 | 0.97 | 0.7 |
| Hex | AA | FD | 68 | 21 | 0 | 3B | 1 | 5D | 61 | 46 |
| Octal | 252 | 375 | 150 | 41 | 0 | 73 | 1 | 135 | 141 | 106 |
| Binary | 10101010 | 11111101 | 1101000 | 100001 | 0 | 111011 | 1 | 1011101 | 1100001 | 1000110 |
Color Harmonies of #AAFD68
Complementary color
Monochromatic Colors of #AAFD68
Black with #AAFD68
Text Example
Text Example
White with #AAFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD68; }
p { color: rgb(170,253,104); }
H1.HeaderClassName
{
color: #AAFD68;
}
.AnyTagClassName
{
color: #AAFD68;
}
</style>
background-color css
<style>
a { background-color: #AAFD68; }
a { background-color: rgb(170,253,104); }
div.DivClassName
{
background-color: #AAFD68;
}
.BgClassName
{
background-color: #AAFD68;
}
</style>
border-color css
<style>
span { border-color: #AAFD68; }
span { border-color: rgb(170,253,104); }
td.TdClassName
{
border-color: #AAFD68;
}
.TagClassName
{
border-color: #AAFD68;
}
</style>