Shades of Conifer #A9F067
Tints of Conifer #A9F067
RGB
CMYK
RGB Variations
Color information
#A9F067 (or 0xA9F067) is known color: Conifer. HEX triplet: A9, F0 and 67. RGB value is (169,240,103). Sum of RGB (Red+Green+Blue) = 169+240+103=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F067 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F067 is #560F98. Grayscale: #CBCBCB. Windows color (decimal): -5640089 or 6811817. OLE color: 6811817.
HSL color Cylindrical-coordinate representation of color #A9F067: hue angle of 91.09º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9F067 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 240 | 103 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.06 |
| HSL | 91.09º | 0.82% | 0.67% | - |
| HSV(B) | 91.09º | 0.57% | 0.94% | - |
| XYZ | 49.97 | 71.73 | 24.04 | - |
| YUV | 203.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 103 | 0.30 | 0 | 0.57 | 0.06 | 91.09 | 0.82 | 0.67 |
| Hex | A9 | F0 | 67 | 1E | 0 | 39 | 6 | 5B | 52 | 43 |
| Octal | 251 | 360 | 147 | 36 | 0 | 71 | 6 | 133 | 122 | 103 |
| Binary | 10101001 | 11110000 | 1100111 | 11110 | 0 | 111001 | 110 | 1011011 | 1010010 | 1000011 |
Color Harmonies of #A9F067
Complementary color
Monochromatic Colors of #A9F067
Black with #A9F067
Text Example
Text Example
White with #A9F067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F067; }
p { color: rgb(169,240,103); }
H1.HeaderClassName
{
color: #A9F067;
}
.AnyTagClassName
{
color: #A9F067;
}
</style>
background-color css
<style>
a { background-color: #A9F067; }
a { background-color: rgb(169,240,103); }
div.DivClassName
{
background-color: #A9F067;
}
.BgClassName
{
background-color: #A9F067;
}
</style>
border-color css
<style>
span { border-color: #A9F067; }
span { border-color: rgb(169,240,103); }
td.TdClassName
{
border-color: #A9F067;
}
.TagClassName
{
border-color: #A9F067;
}
</style>