Shades of Conifer #A9F268
Tints of Conifer #A9F268
RGB
CMYK
RGB Variations
Color information
#A9F268 (or 0xA9F268) is known color: Conifer. HEX triplet: A9, F2 and 68. RGB value is (169,242,104). Sum of RGB (Red+Green+Blue) = 169+242+104=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F268 is #560D97. Grayscale: #CCCCCC. Windows color (decimal): -5639576 or 6877865. OLE color: 6877865.
HSL color Cylindrical-coordinate representation of color #A9F268: hue angle of 91.74º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9F268 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 104 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.05 |
| HSL | 91.74º | 0.84% | 0.68% | - |
| HSV(B) | 91.74º | 0.57% | 0.95% | - |
| XYZ | 50.61 | 72.94 | 24.51 | - |
| YUV | 204.44 | 71.32 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 104 | 0.30 | 0 | 0.57 | 0.05 | 91.74 | 0.84 | 0.68 |
| Hex | A9 | F2 | 68 | 1E | 0 | 39 | 5 | 5C | 54 | 44 |
| Octal | 251 | 362 | 150 | 36 | 0 | 71 | 5 | 134 | 124 | 104 |
| Binary | 10101001 | 11110010 | 1101000 | 11110 | 0 | 111001 | 101 | 1011100 | 1010100 | 1000100 |
Color Harmonies of #A9F268
Complementary color
Monochromatic Colors of #A9F268
Black with #A9F268
Text Example
Text Example
White with #A9F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F268; }
p { color: rgb(169,242,104); }
H1.HeaderClassName
{
color: #A9F268;
}
.AnyTagClassName
{
color: #A9F268;
}
</style>
background-color css
<style>
a { background-color: #A9F268; }
a { background-color: rgb(169,242,104); }
div.DivClassName
{
background-color: #A9F268;
}
.BgClassName
{
background-color: #A9F268;
}
</style>
border-color css
<style>
span { border-color: #A9F268; }
span { border-color: rgb(169,242,104); }
td.TdClassName
{
border-color: #A9F268;
}
.TagClassName
{
border-color: #A9F268;
}
</style>