Shades of Conifer #AAFD67
Tints of Conifer #AAFD67
RGB
CMYK
RGB Variations
Color information
#AAFD67 (or 0xAAFD67) is known color: Conifer. HEX triplet: AA, FD and 67. RGB value is (170,253,103). Sum of RGB (Red+Green+Blue) = 170+253+103=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD67 is #550298. Grayscale: #D3D3D3. Windows color (decimal): -5571225 or 6815146. OLE color: 6815146.
HSL color Cylindrical-coordinate representation of color #AAFD67: hue angle of 93.2º 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 #AAFD67 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 103 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.01 |
| HSL | 93.2º | 0.97% | 0.7% | - |
| HSV(B) | 93.2º | 0.59% | 0.99% | - |
| XYZ | 54.15 | 79.78 | 25.38 | - |
| YUV | 211.08 | 67 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 103 | 0.33 | 0 | 0.59 | 0.01 | 93.2 | 0.97 | 0.7 |
| Hex | AA | FD | 67 | 21 | 0 | 3B | 1 | 5D | 61 | 46 |
| Octal | 252 | 375 | 147 | 41 | 0 | 73 | 1 | 135 | 141 | 106 |
| Binary | 10101010 | 11111101 | 1100111 | 100001 | 0 | 111011 | 1 | 1011101 | 1100001 | 1000110 |
Color Harmonies of #AAFD67
Complementary color
Monochromatic Colors of #AAFD67
Black with #AAFD67
Text Example
Text Example
White with #AAFD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFD67; }
p { color: rgb(170,253,103); }
H1.HeaderClassName
{
color: #AAFD67;
}
.AnyTagClassName
{
color: #AAFD67;
}
</style>
background-color css
<style>
a { background-color: #AAFD67; }
a { background-color: rgb(170,253,103); }
div.DivClassName
{
background-color: #AAFD67;
}
.BgClassName
{
background-color: #AAFD67;
}
</style>
border-color css
<style>
span { border-color: #AAFD67; }
span { border-color: rgb(170,253,103); }
td.TdClassName
{
border-color: #AAFD67;
}
.TagClassName
{
border-color: #AAFD67;
}
</style>