Shades of Conifer #A9F063
Tints of Conifer #A9F063
RGB
CMYK
RGB Variations
Color information
#A9F063 (or 0xA9F063) is known color: Conifer. HEX triplet: A9, F0 and 63. RGB value is (169,240,99). Sum of RGB (Red+Green+Blue) = 169+240+99=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F063 is #560F9C. Grayscale: #CBCBCB. Windows color (decimal): -5640093 or 6549673. OLE color: 6549673.
HSL color Cylindrical-coordinate representation of color #A9F063: hue angle of 90.21º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9F063 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 240 | 99 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.06 |
| HSL | 90.21º | 0.82% | 0.66% | - |
| HSV(B) | 90.21º | 0.59% | 0.94% | - |
| XYZ | 49.77 | 71.66 | 23.01 | - |
| YUV | 202.7 | 69.48 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 99 | 0.30 | 0 | 0.59 | 0.06 | 90.21 | 0.82 | 0.66 |
| Hex | A9 | F0 | 63 | 1E | 0 | 3B | 6 | 5A | 52 | 42 |
| Octal | 251 | 360 | 143 | 36 | 0 | 73 | 6 | 132 | 122 | 102 |
| Binary | 10101001 | 11110000 | 1100011 | 11110 | 0 | 111011 | 110 | 1011010 | 1010010 | 1000010 |
Color Harmonies of #A9F063
Complementary color
Monochromatic Colors of #A9F063
Black with #A9F063
Text Example
Text Example
White with #A9F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F063; }
p { color: rgb(169,240,99); }
H1.HeaderClassName
{
color: #A9F063;
}
.AnyTagClassName
{
color: #A9F063;
}
</style>
background-color css
<style>
a { background-color: #A9F063; }
a { background-color: rgb(169,240,99); }
div.DivClassName
{
background-color: #A9F063;
}
.BgClassName
{
background-color: #A9F063;
}
</style>
border-color css
<style>
span { border-color: #A9F063; }
span { border-color: rgb(169,240,99); }
td.TdClassName
{
border-color: #A9F063;
}
.TagClassName
{
border-color: #A9F063;
}
</style>