Shades of Conifer #A9F262
Tints of Conifer #A9F262
RGB
CMYK
RGB Variations
Color information
#A9F262 (or 0xA9F262) is known color: Conifer. HEX triplet: A9, F2 and 62. RGB value is (169,242,98). Sum of RGB (Red+Green+Blue) = 169+242+98=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F262 is #560D9D. Grayscale: #CCCCCC. Windows color (decimal): -5639582 or 6484649. OLE color: 6484649.
HSL color Cylindrical-coordinate representation of color #A9F262: hue angle of 90.42º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9F262 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 98 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.05 |
| HSL | 90.42º | 0.85% | 0.67% | - |
| HSV(B) | 90.42º | 0.6% | 0.95% | - |
| XYZ | 50.32 | 72.82 | 22.96 | - |
| YUV | 203.76 | 68.32 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 98 | 0.30 | 0 | 0.60 | 0.05 | 90.42 | 0.85 | 0.67 |
| Hex | A9 | F2 | 62 | 1E | 0 | 3C | 5 | 5A | 55 | 43 |
| Octal | 251 | 362 | 142 | 36 | 0 | 74 | 5 | 132 | 125 | 103 |
| Binary | 10101001 | 11110010 | 1100010 | 11110 | 0 | 111100 | 101 | 1011010 | 1010101 | 1000011 |
Color Harmonies of #A9F262
Complementary color
Monochromatic Colors of #A9F262
Black with #A9F262
Text Example
Text Example
White with #A9F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F262; }
p { color: rgb(169,242,98); }
H1.HeaderClassName
{
color: #A9F262;
}
.AnyTagClassName
{
color: #A9F262;
}
</style>
background-color css
<style>
a { background-color: #A9F262; }
a { background-color: rgb(169,242,98); }
div.DivClassName
{
background-color: #A9F262;
}
.BgClassName
{
background-color: #A9F262;
}
</style>
border-color css
<style>
span { border-color: #A9F262; }
span { border-color: rgb(169,242,98); }
td.TdClassName
{
border-color: #A9F262;
}
.TagClassName
{
border-color: #A9F262;
}
</style>