Shades of Conifer #A9F35C
Tints of Conifer #A9F35C
RGB
CMYK
RGB Variations
Color information
#A9F35C (or 0xA9F35C) is known color: Conifer. HEX triplet: A9, F3 and 5C. RGB value is (169,243,92). Sum of RGB (Red+Green+Blue) = 169+243+92=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #A9F35C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F35C is #560CA3. Grayscale: #CCCCCC. Windows color (decimal): -5639332 or 6091689. OLE color: 6091689.
HSL color Cylindrical-coordinate representation of color #A9F35C: hue angle of 89.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9F35C is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 243 | 92 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.05 |
| HSL | 89.4º | 0.86% | 0.66% | - |
| HSV(B) | 89.4º | 0.62% | 0.95% | - |
| XYZ | 50.34 | 73.31 | 21.62 | - |
| YUV | 203.66 | 64.98 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 243 | 92 | 0.30 | 0 | 0.62 | 0.05 | 89.4 | 0.86 | 0.66 |
| Hex | A9 | F3 | 5C | 1E | 0 | 3E | 5 | 59 | 56 | 42 |
| Octal | 251 | 363 | 134 | 36 | 0 | 76 | 5 | 131 | 126 | 102 |
| Binary | 10101001 | 11110011 | 1011100 | 11110 | 0 | 111110 | 101 | 1011001 | 1010110 | 1000010 |
Color Harmonies of #A9F35C
Complementary color
Monochromatic Colors of #A9F35C
Black with #A9F35C
Text Example
Text Example
White with #A9F35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F35C; }
p { color: rgb(169,243,92); }
H1.HeaderClassName
{
color: #A9F35C;
}
.AnyTagClassName
{
color: #A9F35C;
}
</style>
background-color css
<style>
a { background-color: #A9F35C; }
a { background-color: rgb(169,243,92); }
div.DivClassName
{
background-color: #A9F35C;
}
.BgClassName
{
background-color: #A9F35C;
}
</style>
border-color css
<style>
span { border-color: #A9F35C; }
span { border-color: rgb(169,243,92); }
td.TdClassName
{
border-color: #A9F35C;
}
.TagClassName
{
border-color: #A9F35C;
}
</style>