Shades of Conifer #A3F665
Tints of Conifer #A3F665
RGB
CMYK
RGB Variations
Color information
#A3F665 (or 0xA3F665) is known color: Conifer. HEX triplet: A3, F6 and 65. RGB value is (163,246,101). Sum of RGB (Red+Green+Blue) = 163+246+101=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F665 is #5C099A. Grayscale: #CDCDCD. Windows color (decimal): -6031771 or 6682275. OLE color: 6682275.
HSL color Cylindrical-coordinate representation of color #A3F665: hue angle of 94.34º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A3F665 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 246 | 101 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.04 |
| HSL | 94.34º | 0.89% | 0.68% | - |
| HSV(B) | 94.34º | 0.59% | 0.96% | - |
| XYZ | 50.41 | 74.64 | 24.06 | - |
| YUV | 204.65 | 69.5 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 246 | 101 | 0.34 | 0 | 0.59 | 0.04 | 94.34 | 0.89 | 0.68 |
| Hex | A3 | F6 | 65 | 22 | 0 | 3B | 4 | 5E | 59 | 44 |
| Octal | 243 | 366 | 145 | 42 | 0 | 73 | 4 | 136 | 131 | 104 |
| Binary | 10100011 | 11110110 | 1100101 | 100010 | 0 | 111011 | 100 | 1011110 | 1011001 | 1000100 |
Color Harmonies of #A3F665
Complementary color
Monochromatic Colors of #A3F665
Black with #A3F665
Text Example
Text Example
White with #A3F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F665; }
p { color: rgb(163,246,101); }
H1.HeaderClassName
{
color: #A3F665;
}
.AnyTagClassName
{
color: #A3F665;
}
</style>
background-color css
<style>
a { background-color: #A3F665; }
a { background-color: rgb(163,246,101); }
div.DivClassName
{
background-color: #A3F665;
}
.BgClassName
{
background-color: #A3F665;
}
</style>
border-color css
<style>
span { border-color: #A3F665; }
span { border-color: rgb(163,246,101); }
td.TdClassName
{
border-color: #A3F665;
}
.TagClassName
{
border-color: #A3F665;
}
</style>