Shades of Conifer #A9F265
Tints of Conifer #A9F265
RGB
CMYK
RGB Variations
Color information
#A9F265 (or 0xA9F265) is known color: Conifer. HEX triplet: A9, F2 and 65. RGB value is (169,242,101). Sum of RGB (Red+Green+Blue) = 169+242+101=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F265 is #560D9A. Grayscale: #CCCCCC. Windows color (decimal): -5639579 or 6681257. OLE color: 6681257.
HSL color Cylindrical-coordinate representation of color #A9F265: hue angle of 91.06º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A9F265 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 101 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.05 |
| HSL | 91.06º | 0.84% | 0.67% | - |
| HSV(B) | 91.06º | 0.58% | 0.95% | - |
| XYZ | 50.46 | 72.88 | 23.72 | - |
| YUV | 204.1 | 69.82 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 101 | 0.30 | 0 | 0.58 | 0.05 | 91.06 | 0.84 | 0.67 |
| Hex | A9 | F2 | 65 | 1E | 0 | 3A | 5 | 5B | 54 | 43 |
| Octal | 251 | 362 | 145 | 36 | 0 | 72 | 5 | 133 | 124 | 103 |
| Binary | 10101001 | 11110010 | 1100101 | 11110 | 0 | 111010 | 101 | 1011011 | 1010100 | 1000011 |
Color Harmonies of #A9F265
Complementary color
Monochromatic Colors of #A9F265
Black with #A9F265
Text Example
Text Example
White with #A9F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F265; }
p { color: rgb(169,242,101); }
H1.HeaderClassName
{
color: #A9F265;
}
.AnyTagClassName
{
color: #A9F265;
}
</style>
background-color css
<style>
a { background-color: #A9F265; }
a { background-color: rgb(169,242,101); }
div.DivClassName
{
background-color: #A9F265;
}
.BgClassName
{
background-color: #A9F265;
}
</style>
border-color css
<style>
span { border-color: #A9F265; }
span { border-color: rgb(169,242,101); }
td.TdClassName
{
border-color: #A9F265;
}
.TagClassName
{
border-color: #A9F265;
}
</style>