Shades of Conifer #A9F65D
Tints of Conifer #A9F65D
RGB
CMYK
RGB Variations
Color information
#A9F65D (or 0xA9F65D) is known color: Conifer. HEX triplet: A9, F6 and 5D. RGB value is (169,246,93). Sum of RGB (Red+Green+Blue) = 169+246+93=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #A9F65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F65D is #5609A2. Grayscale: #CECECE. Windows color (decimal): -5638563 or 6157993. OLE color: 6157993.
HSL color Cylindrical-coordinate representation of color #A9F65D: hue angle of 90.2º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9F65D is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 246 | 93 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.04 |
| HSL | 90.2º | 0.89% | 0.66% | - |
| HSV(B) | 90.2º | 0.62% | 0.96% | - |
| XYZ | 51.29 | 75.14 | 22.16 | - |
| YUV | 205.54 | 64.49 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 246 | 93 | 0.31 | 0 | 0.62 | 0.04 | 90.2 | 0.89 | 0.66 |
| Hex | A9 | F6 | 5D | 1F | 0 | 3E | 4 | 5A | 59 | 42 |
| Octal | 251 | 366 | 135 | 37 | 0 | 76 | 4 | 132 | 131 | 102 |
| Binary | 10101001 | 11110110 | 1011101 | 11111 | 0 | 111110 | 100 | 1011010 | 1011001 | 1000010 |
Color Harmonies of #A9F65D
Complementary color
Monochromatic Colors of #A9F65D
Black with #A9F65D
Text Example
Text Example
White with #A9F65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F65D; }
p { color: rgb(169,246,93); }
H1.HeaderClassName
{
color: #A9F65D;
}
.AnyTagClassName
{
color: #A9F65D;
}
</style>
background-color css
<style>
a { background-color: #A9F65D; }
a { background-color: rgb(169,246,93); }
div.DivClassName
{
background-color: #A9F65D;
}
.BgClassName
{
background-color: #A9F65D;
}
</style>
border-color css
<style>
span { border-color: #A9F65D; }
span { border-color: rgb(169,246,93); }
td.TdClassName
{
border-color: #A9F65D;
}
.TagClassName
{
border-color: #A9F65D;
}
</style>